@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="-7.75,3.08 -5.4,3.08 -5.4,1.75" data-type="line" data-label="" points="135.9371727748691,179.05759162303664 234.36649214659684,179.05759162303664 234.36649214659684,234.76439790575915" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,1.52 -5.875,1.52 -5.875,1.95 -4,1.95 -4,1.75" data-type="line" data-label="" points="135.9371727748691,244.39790575916228 214.47120418848166,244.39790575916228 214.47120418848166,226.38743455497382 293.0052356020942,226.38743455497382 293.0052356020942,234.76439790575915" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-4,0.6499999999999999 -4,0.44999999999999973 -5.4,0.44999999999999973 -5.4,0.6499999999999999" data-type="line" data-label="" points="293.0052356020942,280.83769633507853 293.0052356020942,289.21465968586386 234.36649214659684,289.21465968586386 234.36649214659684,280.83769633507853" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,0.74 -7.3500000000000005,0.74 -7.3500000000000005,0.4499999999999999 -5.4,0.4499999999999999 -5.4,0.6499999999999999" data-type="line" data-label="" points="135.9371727748691,277.0680628272251 152.69109947643977,277.0680628272251 152.69109947643977,289.21465968586386 234.36649214659684,289.21465968586386 234.36649214659684,280.83769633507853" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,1 -7.3500000000000005,1 -7.3500000000000005,0.74 -7.75,0.74" data-type="line" data-label="" points="135.9371727748691,266.1780104712042 152.69109947643977,266.1780104712042 152.69109947643977,277.0680628272251 135.9371727748691,277.0680628272251" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,3.86 -7.3500000000000005,3.86 -7.3500000000000005,1 -7.75,1" data-type="line" data-label="" points="135.9371727748691,146.3874345549738 152.69109947643977,146.3874345549738 152.69109947643977,266.1780104712042 135.9371727748691,266.1780104712042" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,3.6 -7.45,3.6 -7.45,1.26 -7.75,1.26" data-type="line" data-label="" points="135.9371727748691,157.27748691099475 148.5026178010471,157.27748691099475 148.5026178010471,255.28795811518324 135.9371727748691,255.28795811518324" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,2.82 -7.65,2.82 -7.65,2.3 -7.75,2.3" data-type="line" data-label="" points="135.9371727748691,189.9476439790576 140.12565445026178,189.9476439790576 140.12565445026178,211.72774869109946 135.9371727748691,211.72774869109946" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-7.75,2.56 -7.55,2.56 -7.55,2.04 -7.75,2.04" data-type="line" data-label="" points="135.9371727748691,200.83769633507853 144.31413612565444,200.83769633507853 144.31413612565444,222.6178010471204 135.9371727748691,222.6178010471204" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.778,-1.905 -2.7790000000000004,-1.905 -2.7790000000000004,-0.635 -1.778,-0.635" data-type="line" data-label="" points="386.0732984293194,387.85340314136124 344.14659685863876,387.85340314136124 344.14659685863876,334.65968586387436 386.0732984293194,334.65968586387436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.778,0.635 -2.7790000000000004,0.635 -2.7790000000000004,-0.635 -1.778,-0.635" data-type="line" data-label="" points="386.0732984293194,281.4659685863874 344.14659685863876,281.4659685863874 344.14659685863876,334.65968586387436 386.0732984293194,334.65968586387436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.778,1.905 -2.7790000000000004,1.905 -2.7790000000000004,0.635 -1.778,0.635" data-type="line" data-label="" points="386.0732984293194,228.2722513089005 344.14659685863876,228.2722513089005 344.14659685863876,281.4659685863874 386.0732984293194,281.4659685863874" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0,-6.35 0,-6.55 -2.7790000000000004,-6.55 -2.7790000000000004,-1.905 -1.778,-1.905" data-type="line" data-label="" points="460.5445026178011,574.0314136125655 460.5445026178011,582.4083769633507 344.14659685863876,582.4083769633507 344.14659685863876,387.85340314136124 386.0732984293194,387.85340314136124" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.7780000000000005,-1.9050000000000011 2.539,-1.9050000000000011 2.539,-6.55 0,-6.55 0,-6.35" data-type="line" data-label="" points="535.0157068062828,387.8534031413613 566.890052356021,387.8534031413613 566.890052356021,582.4083769633507 460.5445026178011,582.4083769633507 460.5445026178011,574.0314136125655" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.778,-0.635 2.539,-0.635 2.539,-1.905 1.778,-1.905" data-type="line" data-label="" points="535.0157068062828,334.65968586387436 566.890052356021,334.65968586387436 566.890052356021,387.85340314136124 535.0157068062828,387.85340314136124" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.778,0.635 2.539,0.635 2.539,-0.635 1.778,-0.635" data-type="line" data-label="" points="535.0157068062828,281.4659685863874 566.890052356021,281.4659685863874 566.890052356021,334.65968586387436 535.0157068062828,334.65968586387436" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.778,1.905 2.539,1.905 2.539,0.635 1.778,0.635" data-type="line" data-label="" points="535.0157068062828,228.2722513089005 566.890052356021,228.2722513089005 566.890052356021,281.4659685863874 535.0157068062828,281.4659685863874" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.778,2.413 1.9789999999999999,2.413 1.9789999999999999,2.4639999999999995" data-type="line" data-label="" points="535.0157068062828,206.99476439790575 543.4345549738221,206.99476439790575 543.4345549738221,204.85863874345551" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.762,6.35 -0.762,6.3999999999999995 -2.112,6.3999999999999995 -2.112,6.2989999999999995" data-type="line" data-label="" points="428.62827225130894,42.094240837696304 428.62827225130894,40 372.08376963350787,40 372.08376963350787,44.23036649214657" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="J2" data-x="0" data-y="0" x="386.0732984293194" y="42.094240837696304" width="148.94240837696339" height="531.9371727748692" fill="hsl(184, 100%, 50%, 0.8)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="USB1" data-x="-8.5" data-y="2.3" x="73.10994764397904" y="136.33507853403137" width="62.8272251308901" height="150.78534031413616" fill="hsl(133, 100%, 50%, 0.8)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="R1" data-x="-5.4" data-y="1.2" x="223.89528795811518" y="234.76439790575915" width="20.94240837696333" height="46.07329842931938" fill="hsl(71, 100%, 50%, 0.8)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="R2" data-x="-4" data-y="1.2" x="282.5340314136125" y="234.76439790575915" width="20.94240837696333" height="46.07329842931938" fill="hsl(72, 100%, 50%, 0.8)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="netId: SDA
|
|
2
4
|
globalConnNetId: connectivity_net6" data-x="-1.9589999999999999" data-y="2.413" x="370.9528795811519" y="202.80628272251306" width="15.078534031413596" height="8.376963350785388" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="netId: SCL
|
|
3
5
|
globalConnNetId: connectivity_net7" data-x="-1.9589999999999999" data-y="2.159" x="370.9528795811519" y="213.44502617801044" width="15.078534031413596" height="8.37696335078536" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="netId: GND
|
|
4
6
|
globalConnNetId: connectivity_net31" data-x="0" data-y="-6.76" x="450.4921465968587" y="582.4083769633507" width="20.104712041884795" height="17.591623036649253" fill="#00000066" stroke="#000000" stroke-width="0.023874999999999997"/></g><g><rect data-type="rect" data-label="netId: UP
|
|
@@ -169,4 +171,237 @@ orientation: y+" data-x="-4" data-y="1.95" cx="293.0052356020942" cy="226.387434
|
|
|
169
171
|
document.currentScript.parentElement.addEventListener('mouseleave', () => {
|
|
170
172
|
document.currentScript.parentElement.getElementById('crosshair').style.display = 'none';
|
|
171
173
|
});
|
|
172
|
-
]]></script
|
|
174
|
+
]]></script>
|
|
175
|
+
</g>
|
|
176
|
+
<g transform="translate(1216, 200)">
|
|
177
|
+
<style>
|
|
178
|
+
.boundary { fill: rgb(245, 241, 237); }
|
|
179
|
+
.schematic-boundary { fill: none; stroke: #fff; }
|
|
180
|
+
.component { fill: none; stroke: rgb(132, 0, 0); }
|
|
181
|
+
.chip { fill: rgb(255, 255, 194); stroke: rgb(132, 0, 0); }
|
|
182
|
+
.component-pin { fill: none; stroke: rgb(132, 0, 0); }
|
|
183
|
+
.text { font-family: sans-serif; fill: rgb(0, 150, 0); }
|
|
184
|
+
.pin-number { fill: rgb(169, 0, 0); }
|
|
185
|
+
.port-label { fill: rgb(0, 100, 100); }
|
|
186
|
+
.component-name { fill: rgb(0, 100, 100); }
|
|
187
|
+
|
|
188
|
+
</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 343.58428183805 215.045796790188 L 474.16764681384 215.045796790188 L 474.16764681384 288.95042462755" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 215.045796790188 L 474.16764681384 215.045796790188 L 474.16764681384 288.95042462755" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" 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 343.58428183805 301.730924178372 L 447.77313687192503 301.730924178372 L 447.77313687192503 277.83694675727 L 551.9619919058 277.83694675727 L 551.9619919058 288.95042462755" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 301.730924178372 L 447.77313687192503 301.730924178372 L 447.77313687192503 277.83694675727 L 551.9619919058 277.83694675727 L 551.9619919058 288.95042462755" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" 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 551.9619919058 350.07455291409 L 551.9619919058 361.18803078437 L 474.16764681384 361.18803078437 L 474.16764681384 350.07455291409" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 551.9619919058 350.07455291409 L 551.9619919058 361.18803078437 L 474.16764681384 361.18803078437 L 474.16764681384 350.07455291409" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" 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 343.58428183805 345.073487872464 L 365.81123757861 345.073487872464 L 365.81123757861 361.18803078437 L 474.16764681384 361.18803078437 L 474.16764681384 350.07455291409" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 345.073487872464 L 365.81123757861 345.073487872464 L 365.81123757861 361.18803078437 L 474.16764681384 361.18803078437 L 474.16764681384 350.07455291409" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" 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 343.58428183805 330.62596664110004 L 365.81123757861 330.62596664110004 L 365.81123757861 345.073487872464 L 343.58428183805 345.073487872464" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 330.62596664110004 L 365.81123757861 330.62596664110004 L 365.81123757861 345.073487872464 L 343.58428183805 345.073487872464" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" 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 343.58428183805 171.703233096096 L 365.81123757861 171.703233096096 L 365.81123757861 330.62596664110004 L 343.58428183805 330.62596664110004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 171.703233096096 L 365.81123757861 171.703233096096 L 365.81123757861 330.62596664110004 L 343.58428183805 330.62596664110004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" 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 343.58428183805 186.15075432746 L 360.25449864347 186.15075432746 L 360.25449864347 316.178445409736 L 343.58428183805 316.178445409736" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 186.15075432746 L 360.25449864347 186.15075432746 L 360.25449864347 316.178445409736 L 343.58428183805 316.178445409736" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" 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 343.58428183805 229.49331802155203 L 349.14102077319 229.49331802155203 L 349.14102077319 258.38836048428004 L 343.58428183805 258.38836048428004" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 229.49331802155203 L 349.14102077319 229.49331802155203 L 349.14102077319 258.38836048428004 L 343.58428183805 258.38836048428004" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"><path d="M 343.58428183805 243.940839252916 L 354.69775970833 243.940839252916 L 354.69775970833 272.835881715644 L 343.58428183805 272.835881715644" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 343.58428183805 243.940839252916 L 354.69775970833 243.940839252916 L 354.69775970833 272.835881715644 L 343.58428183805 272.835881715644" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><path d="M 675.4327310446108 492.049232706917 L 619.8097743038594 492.049232706917 L 619.8097743038594 421.478648230639 L 675.4327310446108 421.478648230639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 675.4327310446108 492.049232706917 L 619.8097743038594 492.049232706917 L 619.8097743038594 421.478648230639 L 675.4327310446108 421.478648230639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_10__stack1"><path d="M 675.4327310446108 350.908063754361 L 619.8097743038594 350.908063754361 L 619.8097743038594 421.478648230639 L 675.4327310446108 421.478648230639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 675.4327310446108 350.908063754361 L 619.8097743038594 350.908063754361 L 619.8097743038594 421.478648230639 L 675.4327310446108 421.478648230639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_11__stack1"><path d="M 675.4327310446108 280.33747927808304 L 619.8097743038594 280.33747927808304 L 619.8097743038594 350.908063754361 L 675.4327310446108 350.908063754361" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 675.4327310446108 280.33747927808304 L 619.8097743038594 280.33747927808304 L 619.8097743038594 350.908063754361 L 675.4327310446108 350.908063754361" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><path d="M 774.2315493114 739.04627837389 L 774.2315493114 750.15975624417 L 619.8097743038594 750.15975624417 L 619.8097743038594 492.049232706917 L 675.4327310446108 492.049232706917" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 774.2315493114 739.04627837389 L 774.2315493114 750.15975624417 L 619.8097743038594 750.15975624417 L 619.8097743038594 492.049232706917 L 675.4327310446108 492.049232706917" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_13__stack1"><path d="M 873.0303675781893 492.0492327069171 L 915.3171508746046 492.0492327069171 L 915.3171508746046 750.15975624417 L 774.2315493114 750.15975624417 L 774.2315493114 739.04627837389" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 492.0492327069171 L 915.3171508746046 492.0492327069171 L 915.3171508746046 750.15975624417 L 774.2315493114 750.15975624417 L 774.2315493114 739.04627837389" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_14__stack1"><path d="M 873.0303675781893 421.478648230639 L 915.3171508746046 421.478648230639 L 915.3171508746046 492.049232706917 L 873.0303675781893 492.049232706917" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 421.478648230639 L 915.3171508746046 421.478648230639 L 915.3171508746046 492.049232706917 L 873.0303675781893 492.049232706917" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_15__stack1"><path d="M 873.0303675781893 350.908063754361 L 915.3171508746046 350.908063754361 L 915.3171508746046 421.478648230639 L 873.0303675781893 421.478648230639" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 350.908063754361 L 915.3171508746046 350.908063754361 L 915.3171508746046 421.478648230639 L 873.0303675781893 421.478648230639" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_16__stack1"><path d="M 873.0303675781893 280.33747927808304 L 915.3171508746046 280.33747927808304 L 915.3171508746046 350.908063754361 L 873.0303675781893 350.908063754361" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 280.33747927808304 L 915.3171508746046 280.33747927808304 L 915.3171508746046 350.908063754361 L 873.0303675781893 350.908063754361" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" 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_17__stack1"><path d="M 873.0303675781893 252.10924548757183 L 884.1994128378207 252.10924548757183 L 884.1994128378207 249.27530863065044" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 873.0303675781893 252.10924548757183 L 884.1994128378207 252.10924548757183 L 884.1994128378207 249.27530863065044" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" 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_18__stack1"><path d="M 731.8891986256333 33.34043361111003 L 731.8891986256333 30.562064143540056 L 656.8732230012432 30.562064143540056 L 656.8732230012432 36.17437046803144" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="8.890782296224002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 731.8891986256333 33.34043361111003 L 731.8891986256333 30.562064143540056 L 656.8732230012432 30.562064143540056 L 656.8732230012432 36.17437046803144" stroke="rgb(0, 150, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="474.16764681384" cy="361.18803078437" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="474.16764681384" cy="350.07455291409" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_3__stack1"><circle cx="343.58428183805" cy="345.073487872464" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="365.81123757861" cy="345.073487872464" r="1.667021680542" 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"><circle cx="343.58428183805" cy="330.62596664110004" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="365.81123757861" cy="330.62596664110004" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_5__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_6__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_7__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_8__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_9__stack1"><circle cx="675.4327310446108" cy="492.049232706917" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="619.8097743038594" cy="492.049232706917" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="619.8097743038594" cy="421.478648230639" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="675.4327310446108" cy="421.478648230639" r="1.667021680542" 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_10__stack1"><circle cx="675.4327310446108" cy="350.908063754361" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="619.8097743038594" cy="350.908063754361" r="1.667021680542" 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_11__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_12__stack1"><circle cx="774.2315493114" cy="739.04627837389" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="774.2315493114" cy="750.15975624417" r="1.667021680542" 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_13__stack1"><circle cx="873.0303675781893" cy="492.0492327069171" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="915.3171508746046" cy="492.0492327069171" r="1.667021680542" 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_14__stack1"><circle cx="873.0303675781893" cy="421.478648230639" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="915.3171508746046" cy="421.478648230639" r="1.667021680542" 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_15__stack1"><circle cx="873.0303675781893" cy="350.908063754361" r="1.667021680542" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="915.3171508746046" cy="350.908063754361" r="1.667021680542" 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_16__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_17__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_18__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="697.6596867851708" y="55.567389351670045" width="153.14372505245842" height="661.25193328166" stroke-width="1.1113477870280002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="697.6596867851708" y="55.567389351670045" width="153.14372505245842" height="661.25193328166" fill="transparent"/><text class="sch-text" x="774.2315493114" y="386.1933559925" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.002130083252px" transform="rotate(0, 774.2315493114, 386.1933559925)">J2</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="252.10924548757183" x2="676.5440788316389" y2="252.10924548757183" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="252.10924548757183" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="250.99789770054383" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="250.99789770054383" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="266.2233623828274" x2="676.5440788316389" y2="266.2233623828274" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="266.2233623828274" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="265.1120145957994" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="265.11201459579945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="280.33747927808304" x2="675.4327310446108" y2="280.33747927808304" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><rect x="674.3213832575829" y="279.226131491055" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="279.226131491055" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="294.4515961733386" x2="676.5440788316389" y2="294.4515961733386" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="294.4515961733386" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="293.3402483863106" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="293.3402483863106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="308.5657130685942" x2="676.5440788316389" y2="308.5657130685942" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="308.5657130685942" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="307.4543652815662" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="307.4543652815662" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="322.6798299638498" x2="676.5440788316389" y2="322.6798299638498" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="322.6798299638498" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="321.56848217682176" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="321.5684821768218" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="336.7939468591054" x2="676.5440788316389" y2="336.7939468591054" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="336.7939468591054" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="335.6825990720774" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="335.68259907207744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="350.908063754361" x2="675.4327310446108" y2="350.908063754361" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="674.3213832575829" y="349.796715967333" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="349.796715967333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="365.02218064961664" x2="676.5440788316389" y2="365.02218064961664" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="365.02218064961664" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="363.9108328625886" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="363.9108328625886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="379.1362975448722" x2="676.5440788316389" y2="379.1362975448722" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_9__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="379.1362975448722" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="378.0249497578442" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="378.02494975784424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="393.2504144401278" x2="676.5440788316389" y2="393.2504144401278" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_10__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="393.2504144401278" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="392.1390666530998" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="392.1390666530998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="407.3645313353834" x2="676.5440788316389" y2="407.3645313353834" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_11__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="407.3645313353834" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="406.25318354835537" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="406.2531835483554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="421.478648230639" x2="675.4327310446108" y2="421.478648230639" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_12__stack1"><rect x="674.3213832575829" y="420.367300443611" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="420.36730044361104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">13</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="435.59276512589463" x2="676.5440788316389" y2="435.59276512589463" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_13__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="435.59276512589463" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="434.4814173388666" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="434.4814173388666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">14</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="449.70688202115025" x2="676.5440788316389" y2="449.70688202115025" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_14__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="449.70688202115025" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="448.5955342341222" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="448.5955342341222" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">15</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="463.8209989164058" x2="676.5440788316389" y2="463.8209989164058" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_15__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="463.8209989164058" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="462.7096511293778" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="462.7096511293778" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">16</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="477.93511581166143" x2="676.5440788316389" y2="477.93511581166143" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_16__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="477.93511581166143" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="476.8237680246334" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="476.8237680246334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">17</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="492.049232706917" x2="675.4327310446108" y2="492.049232706917" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_17__stack1"><rect x="674.3213832575829" y="490.937884919889" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="490.93788491988903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">18</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="506.1633496021726" x2="676.5440788316389" y2="506.1633496021726" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_18__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="506.1633496021726" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="505.0520018151446" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="505.0520018151446" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">19</text><line class="component-pin sch-component-pin sch-port-line" x1="697.6596867851708" y1="520.2774664974282" x2="676.5440788316389" y2="520.2774664974282" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_19__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="675.4327310446108" cy="520.2774664974282" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="674.3213832575829" y="519.1661187104003" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="686.5462089148908" y="519.1661187104003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">20</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="520.2774664974282" x2="871.9190197911612" y2="520.2774664974282" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_20__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="520.2774664974282" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="519.1661187104003" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="519.1661187104003" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">21</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="506.1633496021726" x2="871.9190197911612" y2="506.1633496021726" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_21__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="506.1633496021726" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="505.0520018151446" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="505.0520018151446" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">22</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="492.049232706917" x2="873.0303675781893" y2="492.049232706917" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_22__stack1"><rect x="871.9190197911613" y="490.937884919889" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="490.93788491988903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">23</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="477.93511581166143" x2="871.9190197911612" y2="477.93511581166143" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_23__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="477.93511581166143" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="476.8237680246334" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="476.8237680246334" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">24</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="463.8209989164058" x2="871.9190197911612" y2="463.8209989164058" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_24__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="463.8209989164058" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="462.7096511293778" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="462.7096511293778" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">25</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="449.70688202115025" x2="871.9190197911612" y2="449.70688202115025" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_25__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="449.70688202115025" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="448.5955342341222" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="448.5955342341222" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">26</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="435.59276512589463" x2="871.9190197911612" y2="435.59276512589463" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_26__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="435.59276512589463" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="434.4814173388666" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="434.4814173388666" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">27</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="421.478648230639" x2="873.0303675781893" y2="421.478648230639" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_27__stack1"><rect x="871.9190197911613" y="420.367300443611" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="420.36730044361104" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">28</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="407.3645313353834" x2="871.9190197911612" y2="407.3645313353834" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_28__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="407.3645313353834" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="406.25318354835537" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="406.2531835483554" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">29</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="393.2504144401278" x2="871.9190197911612" y2="393.2504144401278" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_29__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="393.2504144401278" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="392.1390666530998" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="392.1390666530998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">30</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="379.1362975448722" x2="871.9190197911612" y2="379.1362975448722" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_30__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="379.1362975448722" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="378.0249497578442" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="378.02494975784424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">31</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="365.02218064961664" x2="871.9190197911612" y2="365.02218064961664" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_31__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="365.02218064961664" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="363.9108328625886" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="363.9108328625886" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">32</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="350.908063754361" x2="873.0303675781893" y2="350.908063754361" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_32__stack1"><rect x="871.9190197911613" y="349.796715967333" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="349.796715967333" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">33</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="336.7939468591054" x2="871.9190197911612" y2="336.7939468591054" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_33__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="336.7939468591054" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="335.6825990720774" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="335.68259907207744" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">34</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="322.6798299638498" x2="871.9190197911612" y2="322.6798299638498" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_34__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="322.6798299638498" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="321.56848217682176" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="321.5684821768218" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">35</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="308.5657130685942" x2="871.9190197911612" y2="308.5657130685942" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_35__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="308.5657130685942" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="307.4543652815662" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="307.4543652815662" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">36</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="294.4515961733386" x2="871.9190197911612" y2="294.4515961733386" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_36__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="294.4515961733386" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="293.3402483863106" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="293.3402483863106" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">37</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="280.33747927808304" x2="873.0303675781893" y2="280.33747927808304" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_37__stack1"><rect x="871.9190197911613" y="279.226131491055" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="279.226131491055" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">38</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="266.2233623828274" x2="871.9190197911612" y2="266.2233623828274" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_38__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="873.0303675781893" cy="266.2233623828274" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="871.9190197911613" y="265.1120145957994" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="265.11201459579945" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">39</text><line class="component-pin sch-component-pin sch-port-line" x1="850.8034118376293" y1="252.10924548757183" x2="873.0303675781893" y2="252.10924548757183" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_39__stack1"><rect x="871.9190197911613" y="250.99789770054383" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="861.9168897079093" y="250.99789770054383" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">40</text><line class="component-pin sch-component-pin sch-port-line" x1="731.8891986256333" y1="55.567389351670045" x2="731.8891986256333" y2="33.34043361111003" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_40__stack1"><rect x="730.7778508386053" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="730.7778508386052" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 730.7778508386052 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="731.8891986256333" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 731.8891986256333 61.12412828681005)">TP1</text><line class="component-pin sch-component-pin sch-port-line" x1="746.0033155208888" y1="55.567389351670045" x2="746.0033155208888" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_41__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="746.0033155208888" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="744.8919677338608" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="744.8919677338608" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 744.8919677338608 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="746.0033155208888" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 746.0033155208888 61.12412828681005)">TP2</text><line class="component-pin sch-component-pin sch-port-line" x1="760.1174324161444" y1="55.567389351670045" x2="760.1174324161444" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_42__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="760.1174324161444" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="759.0060846291165" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="759.0060846291165" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 759.0060846291165 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="760.1174324161444" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 760.1174324161444 61.12412828681005)">TP3</text><line class="component-pin sch-component-pin sch-port-line" x1="774.2315493114" y1="55.567389351670045" x2="774.2315493114" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_43__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="774.2315493114" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="773.1202015243721" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.1202015243721" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 773.1202015243721 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="774.2315493114" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 774.2315493114 61.12412828681005)">TP4</text><line class="component-pin sch-component-pin sch-port-line" x1="788.3456662066557" y1="55.567389351670045" x2="788.3456662066557" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_44__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="788.3456662066557" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="787.2343184196277" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="787.2343184196277" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 787.2343184196277 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="788.3456662066557" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 788.3456662066557 61.12412828681005)">TP5</text><line class="component-pin sch-component-pin sch-port-line" x1="802.4597831019113" y1="55.567389351670045" x2="802.4597831019113" y2="34.451781398137996" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_45__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="802.4597831019113" cy="33.34043361111003" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="801.3484353148833" y="32.22908582408203" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="801.3484353148832" y="44.45391148139004" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 801.3484353148832 44.45391148139004)"></text><text class="pin-number sch-pin-label" x="802.4597831019113" y="61.12412828681005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 802.4597831019113 61.12412828681005)">TP6</text><line class="component-pin sch-component-pin sch-port-line" x1="760.1174324161444" y1="716.81932263333" x2="760.1174324161444" y2="737.934930586862" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_46__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="760.1174324161444" cy="739.04627837389" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="759.0060846291165" y="737.934930586862" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="759.0060846291165" y="727.93280050361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 759.0060846291165 727.93280050361)"></text><text class="pin-number sch-pin-label" x="760.1174324161444" y="711.2625836981899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 760.1174324161444 711.2625836981899)">D1</text><line class="component-pin sch-component-pin sch-port-line" x1="774.2315493114" y1="716.81932263333" x2="774.2315493114" y2="739.04627837389" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_47__stack1"><rect x="773.1202015243721" y="737.934930586862" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="773.1202015243721" y="727.93280050361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 773.1202015243721 727.93280050361)"></text><text class="pin-number sch-pin-label" x="774.2315493114" y="711.2625836981899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 774.2315493114 711.2625836981899)">D2</text><line class="component-pin sch-component-pin sch-port-line" x1="788.3456662066557" y1="716.81932263333" x2="788.3456662066557" y2="737.934930586862" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_0_48__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="788.3456662066557" cy="739.04627837389" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="787.2343184196277" y="737.934930586862" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="787.2343184196277" y="727.93280050361" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="rotate(-90 787.2343184196277 727.93280050361)"></text><text class="pin-number sch-pin-label" x="788.3456662066557" y="711.2625836981899" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="8.33510840271px" transform="rotate(-90 788.3456662066557 711.2625836981899)">D3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_1__stack1"><rect class="component chip sch-component-body" x="282.46015355151" y="158.36705965176003" width="38.89717254597997" height="200.04260166503997" stroke-width="1.1113477870280002px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="282.46015355151" y="158.36705965176003" width="38.89717254597997" height="200.04260166503997" fill="transparent"/><text class="sch-text" x="301.9087398245" y="258.38836048428004" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="10.002130083252px" transform="rotate(0, 301.9087398245, 258.38836048428004)">USB1</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="171.703233096096" x2="343.58428183805" y2="171.703233096096" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="342.472934051022" y="170.591885309068" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="170.591885309068" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">1</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="186.15075432746" x2="343.58428183805" y2="186.15075432746" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="342.472934051022" y="185.039406540432" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="185.039406540432" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">2</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="200.598275558824" x2="342.47293405102204" y2="200.598275558824" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.58428183805" cy="200.598275558824" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="342.472934051022" y="199.48692777179602" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="199.48692777179602" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">3</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="215.045796790188" x2="343.58428183805" y2="215.045796790188" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_3__stack1"><rect x="342.472934051022" y="213.93444900316" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="213.93444900316" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">4</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="229.49331802155203" x2="343.58428183805" y2="229.49331802155203" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_4__stack1"><rect x="342.472934051022" y="228.38197023452403" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="228.381970234524" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">5</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="243.940839252916" x2="343.58428183805" y2="243.940839252916" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_5__stack1"><rect x="342.472934051022" y="242.829491465888" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="242.829491465888" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">6</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="258.38836048428004" x2="343.58428183805" y2="258.38836048428004" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_6__stack1"><rect x="342.472934051022" y="257.277012697252" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="257.277012697252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">7</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="272.835881715644" x2="343.58428183805" y2="272.835881715644" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_7__stack1"><rect x="342.472934051022" y="271.724533928616" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="271.724533928616" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">8</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="287.283402947008" x2="342.47293405102204" y2="287.283402947008" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_8__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="343.58428183805" cy="287.283402947008" r="1.1113477870280002" stroke-width="1.1113477870280002px"/><rect x="342.472934051022" y="286.17205515998" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="286.17205515998" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">9</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="301.730924178372" x2="343.58428183805" y2="301.730924178372" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_9__stack1"><rect x="342.472934051022" y="300.61957639134397" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="300.619576391344" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">10</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="316.178445409736" x2="343.58428183805" y2="316.178445409736" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_10__stack1"><rect x="342.472934051022" y="315.067097622708" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="315.067097622708" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">11</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="330.62596664110004" x2="343.58428183805" y2="330.62596664110004" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_11__stack1"><rect x="342.472934051022" y="329.514618854072" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="329.514618854072" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">12</text><line class="component-pin sch-component-pin sch-port-line" x1="321.35732609749" y1="345.073487872464" x2="343.58428183805" y2="345.073487872464" stroke-width="1.1113477870280002px"/><g class="sch-port" data-schematic-port-id="source_port_1_12__stack1"><rect x="342.472934051022" y="343.962140085436" width="2.2226955740560004" height="2.2226955740560004" opacity="0"/></g><text class="pin-number sch-pin-number" x="332.47080396777" y="343.96214008543603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="8.33510840271px" transform="">13</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="466.0198005132442" y="288.95042462755003" width="16.295692601191604" height="61.124128286539985" fill="transparent"/><path class="sch-component-symbol-path" d="M 474.16764681384 288.95042462755003 L 474.16764681384 299.13981681291625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 474.16764681384 339.8851607287238 L 474.16764681384 350.07455291409" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 482.3154931144358 299.13981681291625 L 482.3154931144358 339.8851607287238 L 466.0198005132442 339.8851607287238 L 466.0198005132442 299.13981681291625 L 482.3154931144358 299.13981681291625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="490.46741435691735" y="303.2127212277427" stroke="rgb(245, 241, 237)" stroke-width="1.1113477870280002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="10.002130083252px">R1</text><text class="sch-component-text" x="490.46741435691735" y="335.81225631389736" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="10.002130083252px"></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="543.8141456052042" y="288.95042462755003" width="16.295692601191604" height="61.124128286539985" fill="transparent"/><path class="sch-component-symbol-path" d="M 551.9619919058 288.95042462755003 L 551.9619919058 299.13981681291625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 551.9619919058 339.8851607287238 L 551.9619919058 350.07455291409" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 560.1098382063958 299.13981681291625 L 560.1098382063958 339.8851607287238 L 543.8141456052042 339.8851607287238 L 543.8141456052042 299.13981681291625 L 560.1098382063958 299.13981681291625" stroke="rgb(132, 0, 0)" fill="none" stroke-width="1.1113477870280002px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="568.2617594488773" y="303.2127212277427" stroke="rgb(245, 241, 237)" stroke-width="1.1113477870280002px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="10.002130083252px">R2</text><text class="sch-component-text" x="568.2617594488773" y="335.81225631389736" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="start" dominant-baseline="middle" font-size="10.002130083252px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="675.4327310446108" cy="252.10924548757183" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="675.4327310446108" cy="266.2233623828274" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="675.4327310446108" cy="280.33747927808304" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="675.4327310446108" cy="294.4515961733386" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="675.4327310446108" cy="308.5657130685942" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="675.4327310446108" cy="322.6798299638498" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="675.4327310446108" cy="336.7939468591054" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="675.4327310446108" cy="350.908063754361" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_8__stack1"><circle cx="675.4327310446108" cy="365.02218064961664" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_9__stack1"><circle cx="675.4327310446108" cy="379.1362975448722" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_10__stack1"><circle cx="675.4327310446108" cy="393.2504144401278" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_11__stack1"><circle cx="675.4327310446108" cy="407.3645313353834" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_12__stack1"><circle cx="675.4327310446108" cy="421.478648230639" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_13__stack1"><circle cx="675.4327310446108" cy="435.59276512589463" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_14__stack1"><circle cx="675.4327310446108" cy="449.70688202115025" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_15__stack1"><circle cx="675.4327310446108" cy="463.8209989164058" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_16__stack1"><circle cx="675.4327310446108" cy="477.93511581166143" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_17__stack1"><circle cx="675.4327310446108" cy="492.049232706917" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_18__stack1"><circle cx="675.4327310446108" cy="506.1633496021726" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_19__stack1"><circle cx="675.4327310446108" cy="520.2774664974282" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_20__stack1"><circle cx="873.0303675781893" cy="520.2774664974282" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_21__stack1"><circle cx="873.0303675781893" cy="506.1633496021726" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_22__stack1"><circle cx="873.0303675781893" cy="492.049232706917" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_23__stack1"><circle cx="873.0303675781893" cy="477.93511581166143" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_24__stack1"><circle cx="873.0303675781893" cy="463.8209989164058" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_25__stack1"><circle cx="873.0303675781893" cy="449.70688202115025" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_26__stack1"><circle cx="873.0303675781893" cy="435.59276512589463" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_27__stack1"><circle cx="873.0303675781893" cy="421.478648230639" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_28__stack1"><circle cx="873.0303675781893" cy="407.3645313353834" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_29__stack1"><circle cx="873.0303675781893" cy="393.2504144401278" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_30__stack1"><circle cx="873.0303675781893" cy="379.1362975448722" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_31__stack1"><circle cx="873.0303675781893" cy="365.02218064961664" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_32__stack1"><circle cx="873.0303675781893" cy="350.908063754361" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_33__stack1"><circle cx="873.0303675781893" cy="336.7939468591054" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_34__stack1"><circle cx="873.0303675781893" cy="322.6798299638498" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_35__stack1"><circle cx="873.0303675781893" cy="308.5657130685942" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_36__stack1"><circle cx="873.0303675781893" cy="294.4515961733386" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_37__stack1"><circle cx="873.0303675781893" cy="280.33747927808304" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_38__stack1"><circle cx="873.0303675781893" cy="266.2233623828274" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_39__stack1"><circle cx="873.0303675781893" cy="252.10924548757183" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_40__stack1"><circle cx="731.8891986256333" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_41__stack1"><circle cx="746.0033155208888" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_42__stack1"><circle cx="760.1174324161444" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_43__stack1"><circle cx="774.2315493114" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_44__stack1"><circle cx="788.3456662066557" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_45__stack1"><circle cx="802.4597831019113" cy="33.34043361111003" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_46__stack1"><circle cx="760.1174324161444" cy="739.04627837389" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_47__stack1"><circle cx="774.2315493114" cy="739.04627837389" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_48__stack1"><circle cx="788.3456662066557" cy="739.04627837389" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="343.58428183805" cy="171.703233096096" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="343.58428183805" cy="186.15075432746" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_2__stack1"><circle cx="343.58428183805" cy="200.598275558824" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_3__stack1"><circle cx="343.58428183805" cy="215.045796790188" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_4__stack1"><circle cx="343.58428183805" cy="229.49331802155203" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_5__stack1"><circle cx="343.58428183805" cy="243.940839252916" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_6__stack1"><circle cx="343.58428183805" cy="258.38836048428004" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_7__stack1"><circle cx="343.58428183805" cy="272.835881715644" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_8__stack1"><circle cx="343.58428183805" cy="287.283402947008" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_9__stack1"><circle cx="343.58428183805" cy="301.730924178372" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_10__stack1"><circle cx="343.58428183805" cy="316.178445409736" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_11__stack1"><circle cx="343.58428183805" cy="330.62596664110004" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_12__stack1"><circle cx="343.58428183805" cy="345.073487872464" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="474.16764681384" cy="302.8422719654" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="474.16764681384" cy="363.96640025194" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="551.9619919058" cy="302.8422719654" r="2.2226955740560004" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="551.9619919058" cy="363.96640025194" r="2.2226955740560004" 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="
|
|
189
|
+
M 675.4327310446108,252.10924548757183
|
|
190
|
+
L 672.4320920196352,257.6659844227118
|
|
191
|
+
L 653.3761819647284,257.6659844227118
|
|
192
|
+
L 653.3761819647284,246.55250655243182
|
|
193
|
+
L 672.4320920196352,246.55250655243182
|
|
194
|
+
Z
|
|
195
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><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="670.4316660029848" y="252.10924548757183" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" 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_1__stack1" d="
|
|
196
|
+
M 675.4327310446108,266.2233623828274
|
|
197
|
+
L 672.4320920196352,271.7801013179674
|
|
198
|
+
L 653.3761819647284,271.7801013179674
|
|
199
|
+
L 653.3761819647284,260.6666234476874
|
|
200
|
+
L 672.4320920196352,260.6666234476874
|
|
201
|
+
Z
|
|
202
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><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="670.4316660029848" y="266.2233623828274" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" 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_2__stack1" d="
|
|
203
|
+
M 774.2315493114,750.15975624417
|
|
204
|
+
L 779.78828824654,753.1603952691456
|
|
205
|
+
L 779.78828824654,772.2163053240524
|
|
206
|
+
L 768.6748103762601,772.2163053240524
|
|
207
|
+
L 768.6748103762601,753.1603952691456
|
|
208
|
+
Z
|
|
209
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><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="774.2315493114" y="755.160821285796" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="rotate(90 774.2315493114 755.160821285796)">XX</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="
|
|
210
|
+
M 675.4327310446108,294.4515961733386
|
|
211
|
+
L 672.4320920196352,300.0083351084786
|
|
212
|
+
L 659.9034979672062,300.0083351084786
|
|
213
|
+
L 659.9034979672062,288.8948572381986
|
|
214
|
+
L 672.4320920196352,288.8948572381986
|
|
215
|
+
Z
|
|
216
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><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="670.4316660029848" y="294.4515961733386" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</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="
|
|
217
|
+
M 675.4327310446108,308.5657130685942
|
|
218
|
+
L 672.4320920196352,314.1224520037342
|
|
219
|
+
L 646.8488659622507,314.1224520037342
|
|
220
|
+
L 646.8488659622507,303.0089741334542
|
|
221
|
+
L 672.4320920196352,303.0089741334542
|
|
222
|
+
Z
|
|
223
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><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="670.4316660029848" y="308.5657130685942" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" 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_5__stack1" d="
|
|
224
|
+
M 675.4327310446108,322.6798299638498
|
|
225
|
+
L 672.4320920196352,328.2365688989898
|
|
226
|
+
L 646.8488659622507,328.2365688989898
|
|
227
|
+
L 646.8488659622507,317.1230910287098
|
|
228
|
+
L 672.4320920196352,317.1230910287098
|
|
229
|
+
Z
|
|
230
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><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="670.4316660029848" y="322.6798299638498" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" 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_6__stack1" d="
|
|
231
|
+
M 675.4327310446108,336.7939468591054
|
|
232
|
+
L 672.4320920196352,342.3506857942454
|
|
233
|
+
L 646.8488659622507,342.3506857942454
|
|
234
|
+
L 646.8488659622507,331.2372079239654
|
|
235
|
+
L 672.4320920196352,331.2372079239654
|
|
236
|
+
Z
|
|
237
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="670.4316660029848" y="336.7939468591054" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" 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_7__stack1" d="
|
|
238
|
+
M 675.4327310446108,365.02218064961664
|
|
239
|
+
L 672.4320920196352,370.57891958475665
|
|
240
|
+
L 659.9034979672062,370.57891958475665
|
|
241
|
+
L 659.9034979672062,359.46544171447664
|
|
242
|
+
L 672.4320920196352,359.46544171447664
|
|
243
|
+
Z
|
|
244
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_7__stack1" x="670.4316660029848" y="365.02218064961664" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" d="
|
|
245
|
+
M 675.4327310446108,379.1362975448722
|
|
246
|
+
L 672.4320920196352,384.6930364800122
|
|
247
|
+
L 659.9034979672062,384.6930364800122
|
|
248
|
+
L 659.9034979672062,373.5795586097322
|
|
249
|
+
L 672.4320920196352,373.5795586097322
|
|
250
|
+
Z
|
|
251
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_8__stack1" x="670.4316660029848" y="379.1362975448722" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" d="
|
|
252
|
+
M 675.4327310446108,393.2504144401278
|
|
253
|
+
L 672.4320920196352,398.80715337526783
|
|
254
|
+
L 659.9034979672062,398.80715337526783
|
|
255
|
+
L 659.9034979672062,387.6936755049878
|
|
256
|
+
L 672.4320920196352,387.6936755049878
|
|
257
|
+
Z
|
|
258
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_9__stack1" x="670.4316660029848" y="393.2504144401278" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" d="
|
|
259
|
+
M 675.4327310446108,407.3645313353834
|
|
260
|
+
L 672.4320920196352,412.9212702705234
|
|
261
|
+
L 659.9034979672062,412.9212702705234
|
|
262
|
+
L 659.9034979672062,401.8077924002434
|
|
263
|
+
L 672.4320920196352,401.8077924002434
|
|
264
|
+
Z
|
|
265
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_10__stack1" x="670.4316660029848" y="407.3645313353834" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" d="
|
|
266
|
+
M 675.4327310446108,435.59276512589463
|
|
267
|
+
L 672.4320920196352,441.14950406103463
|
|
268
|
+
L 659.9034979672062,441.14950406103463
|
|
269
|
+
L 659.9034979672062,430.0360261907546
|
|
270
|
+
L 672.4320920196352,430.0360261907546
|
|
271
|
+
Z
|
|
272
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_11__stack1" x="670.4316660029848" y="435.59276512589463" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" d="
|
|
273
|
+
M 675.4327310446108,449.70688202115025
|
|
274
|
+
L 672.4320920196352,455.26362095629025
|
|
275
|
+
L 659.9034979672062,455.26362095629025
|
|
276
|
+
L 659.9034979672062,444.15014308601025
|
|
277
|
+
L 672.4320920196352,444.15014308601025
|
|
278
|
+
Z
|
|
279
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_12__stack1" x="670.4316660029848" y="449.70688202115025" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" d="
|
|
280
|
+
M 675.4327310446108,463.8209989164058
|
|
281
|
+
L 672.4320920196352,469.3777378515458
|
|
282
|
+
L 659.9034979672062,469.3777378515458
|
|
283
|
+
L 659.9034979672062,458.2642599812658
|
|
284
|
+
L 672.4320920196352,458.2642599812658
|
|
285
|
+
Z
|
|
286
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_13__stack1" x="670.4316660029848" y="463.8209989164058" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" d="
|
|
287
|
+
M 675.4327310446108,477.93511581166143
|
|
288
|
+
L 672.4320920196352,483.49185474680144
|
|
289
|
+
L 659.9034979672062,483.49185474680144
|
|
290
|
+
L 659.9034979672062,472.37837687652143
|
|
291
|
+
L 672.4320920196352,472.37837687652143
|
|
292
|
+
Z
|
|
293
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_14__stack1" x="670.4316660029848" y="477.93511581166143" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" d="
|
|
294
|
+
M 675.4327310446108,506.1633496021726
|
|
295
|
+
L 672.4320920196352,511.7200885373126
|
|
296
|
+
L 640.3215499597728,511.7200885373126
|
|
297
|
+
L 640.3215499597728,500.6066106670326
|
|
298
|
+
L 672.4320920196352,500.6066106670326
|
|
299
|
+
Z
|
|
300
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_15__stack1" x="670.4316660029848" y="506.1633496021726" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" d="
|
|
301
|
+
M 675.4327310446108,520.2774664974282
|
|
302
|
+
L 672.4320920196352,525.8342054325682
|
|
303
|
+
L 627.2669179548172,525.8342054325682
|
|
304
|
+
L 627.2669179548172,514.7207275622882
|
|
305
|
+
L 672.4320920196352,514.7207275622883
|
|
306
|
+
Z
|
|
307
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_16__stack1" x="670.4316660029848" y="520.2774664974282" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" d="
|
|
308
|
+
M 873.0303675781893,520.2774664974282
|
|
309
|
+
L 876.0310066031649,514.7207275622883
|
|
310
|
+
L 888.5596006555938,514.7207275622883
|
|
311
|
+
L 888.5596006555938,525.8342054325682
|
|
312
|
+
L 876.0310066031649,525.8342054325682
|
|
313
|
+
Z
|
|
314
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_17__stack1" x="878.0314326198153" y="520.2774664974282" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" d="
|
|
315
|
+
M 873.0303675781893,506.1633496021726
|
|
316
|
+
L 876.0310066031649,500.6066106670326
|
|
317
|
+
L 888.5596006555938,500.6066106670326
|
|
318
|
+
L 888.5596006555938,511.7200885373126
|
|
319
|
+
L 876.0310066031649,511.7200885373126
|
|
320
|
+
Z
|
|
321
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_18__stack1" x="878.0314326198153" y="506.1633496021726" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" d="
|
|
322
|
+
M 873.0303675781893,477.93511581166143
|
|
323
|
+
L 876.0310066031649,472.37837687652143
|
|
324
|
+
L 888.5596006555938,472.37837687652143
|
|
325
|
+
L 888.5596006555938,483.49185474680144
|
|
326
|
+
L 876.0310066031649,483.49185474680144
|
|
327
|
+
Z
|
|
328
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_19__stack1" x="878.0314326198153" y="477.93511581166143" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" d="
|
|
329
|
+
M 873.0303675781893,463.8209989164058
|
|
330
|
+
L 876.0310066031649,458.2642599812658
|
|
331
|
+
L 888.5596006555938,458.2642599812658
|
|
332
|
+
L 888.5596006555938,469.3777378515458
|
|
333
|
+
L 876.0310066031649,469.3777378515458
|
|
334
|
+
Z
|
|
335
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_20__stack1" x="878.0314326198153" y="463.8209989164058" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" d="
|
|
336
|
+
M 873.0303675781893,449.70688202115025
|
|
337
|
+
L 876.0310066031649,444.15014308601025
|
|
338
|
+
L 888.5596006555938,444.15014308601025
|
|
339
|
+
L 888.5596006555938,455.26362095629025
|
|
340
|
+
L 876.0310066031649,455.26362095629025
|
|
341
|
+
Z
|
|
342
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_21__stack1" x="878.0314326198153" y="449.70688202115025" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" d="
|
|
343
|
+
M 873.0303675781893,435.59276512589463
|
|
344
|
+
L 876.0310066031649,430.0360261907546
|
|
345
|
+
L 888.5596006555938,430.0360261907546
|
|
346
|
+
L 888.5596006555938,441.14950406103463
|
|
347
|
+
L 876.0310066031649,441.14950406103463
|
|
348
|
+
Z
|
|
349
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_22__stack1" x="878.0314326198153" y="435.59276512589463" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" d="
|
|
350
|
+
M 873.0303675781893,379.1362975448722
|
|
351
|
+
L 876.0310066031649,373.5795586097322
|
|
352
|
+
L 888.5596006555938,373.5795586097322
|
|
353
|
+
L 888.5596006555938,384.6930364800122
|
|
354
|
+
L 876.0310066031649,384.6930364800122
|
|
355
|
+
Z
|
|
356
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_23__stack1" x="878.0314326198153" y="379.1362975448722" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" d="
|
|
357
|
+
M 873.0303675781893,365.02218064961664
|
|
358
|
+
L 876.0310066031649,359.46544171447664
|
|
359
|
+
L 888.5596006555938,359.46544171447664
|
|
360
|
+
L 888.5596006555938,370.57891958475665
|
|
361
|
+
L 876.0310066031649,370.57891958475665
|
|
362
|
+
Z
|
|
363
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_24__stack1" x="878.0314326198153" y="365.02218064961664" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">X</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" d="
|
|
364
|
+
M 873.0303675781893,336.7939468591054
|
|
365
|
+
L 876.0310066031649,331.2372079239654
|
|
366
|
+
L 908.1415486630273,331.2372079239654
|
|
367
|
+
L 908.1415486630273,342.3506857942454
|
|
368
|
+
L 876.0310066031649,342.3506857942454
|
|
369
|
+
Z
|
|
370
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_25__stack1" x="878.0314326198153" y="336.7939468591054" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="">XXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" d="
|
|
371
|
+
M 884.1994128378207,249.27530863065044
|
|
372
|
+
L 878.6426739026807,246.27466960567483
|
|
373
|
+
L 878.6426739026807,227.21875955076808
|
|
374
|
+
L 889.7561517729606,227.21875955076808
|
|
375
|
+
L 889.7561517729606,246.27466960567483
|
|
376
|
+
Z
|
|
377
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_26__stack1" x="884.1994128378207" y="244.27424358902445" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="rotate(-90 884.1994128378207 244.27424358902445)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" d="
|
|
378
|
+
M 551.9619919058,361.18803078437
|
|
379
|
+
L 557.51873084094,364.18866980934564
|
|
380
|
+
L 557.51873084094,383.2445798642524
|
|
381
|
+
L 546.4052529706601,383.2445798642524
|
|
382
|
+
L 546.4052529706601,364.18866980934564
|
|
383
|
+
Z
|
|
384
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_27__stack1" x="551.9619919058" y="366.18909582599605" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="rotate(90 551.9619919058 366.18909582599605)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" d="
|
|
385
|
+
M 656.8732230012432,36.17437046803144
|
|
386
|
+
L 662.4299619363832,39.17500949300704
|
|
387
|
+
L 662.4299619363832,58.230919547913814
|
|
388
|
+
L 651.3164840661033,58.230919547913814
|
|
389
|
+
L 651.3164840661033,39.17500949300704
|
|
390
|
+
Z
|
|
391
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_28__stack1" x="656.8732230012432" y="41.17543550965744" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="rotate(90 656.8732230012432 41.17543550965744)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" d="
|
|
392
|
+
M 474.16764681384,215.045796790188
|
|
393
|
+
L 468.6109078787,212.0451577652124
|
|
394
|
+
L 468.6109078787,192.98924771030562
|
|
395
|
+
L 479.72438574898,192.98924771030562
|
|
396
|
+
L 479.72438574898,212.0451577652124
|
|
397
|
+
Z
|
|
398
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_29__stack1" x="474.16764681384" y="210.04473174856201" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="rotate(-90 474.16764681384 210.04473174856201)">XX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" d="
|
|
399
|
+
M 551.9619919058,277.83694675727
|
|
400
|
+
L 546.4052529706601,274.8363077322944
|
|
401
|
+
L 546.4052529706601,255.78039767738767
|
|
402
|
+
L 557.51873084094,255.78039767738767
|
|
403
|
+
L 557.51873084094,274.8363077322944
|
|
404
|
+
Z
|
|
405
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="1.1113477870280002px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_30__stack1" x="551.9619919058" y="272.835881715644" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="10.002130083252px" transform="rotate(-90 551.9619919058 272.835881715644)">XX</text>
|
|
406
|
+
</g>
|
|
407
|
+
</svg>
|