@tscircuit/schematic-trace-solver 0.0.160 → 0.0.161
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -0
- package/dist/index.js +171 -8
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
- package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
- package/package.json +1 -1
- package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
- package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
- package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
- package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
- package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
- package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +163 -163
- package/tests/examples/__snapshots__/example51.snap.svg +568 -568
- package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
- package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
- package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
- package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +106 -0
- package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
- package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
- package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
- package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
- package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
- package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
- package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
- package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
- package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
- package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
- package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
- package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
- package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
- package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
- package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
- package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
- package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
- package/tests/repros/repro-tida010076-page02.test.ts +2 -2
- package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
|
@@ -73,20 +73,20 @@ orientation: y+" data-x="-1.3062500000000001" data-y="0.3" cx="346.6606498194945
|
|
|
73
73
|
.port-label { fill: rgb(0, 100, 100); }
|
|
74
74
|
.component-name { fill: rgb(0, 100, 100); }
|
|
75
75
|
|
|
76
|
-
</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 545.7125960970359 358.83146067414395 L 545.7125960970359 330.44589000590395 L 322.885866351352 330.44589000590395 L 322.885866351352 357.412182140732" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.708456534592003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 545.7125960970359 358.83146067414395 L 545.7125960970359 330.44589000590395 L 322.885866351352 330.44589000590395 L 322.885866351352 357.412182140732" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.8385570668240003px" 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 690.4790065050599 370.18568894144 L 660.3193376700549 370.18568894144 L 660.3193376700549 330.44589000590395 L 545.7125960970359 330.44589000590395 L 545.7125960970359 358.831460674144" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.708456534592003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 690.4790065050599 370.18568894144 L 660.3193376700549 370.18568894144 L 660.3193376700549 330.44589000590395 L 545.7125960970359 330.44589000590395 L 545.7125960970359 358.831460674144" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.8385570668240003px" 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 322.885866351352 468.115907746868 L 322.885866351352 496.501478415108 L 545.7125960970359 496.501478415108 L 545.7125960970359 466.69662921345605" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="22.708456534592003px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 322.885866351352 468.115907746868 L 322.885866351352 496.501478415108 L 545.7125960970359 496.501478415108 L 545.7125960970359 466.69662921345605" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.8385570668240003px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="545.7125960970359" cy="358.83146067414395" r="4.257835600236" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="545.7125960970359" cy="330.44589000590395" r="4.257835600236" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="244.82554701369202" y="405.66765227674" width="188.76404494379597" height="14.192785334120003" stroke-width="2.8385570668240003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="244.82554701369202" y="405.66765227674" width="188.76404494379597" height="14.192785334120003" fill="transparent"/><text class="sch-text" x="339.20756948558994" y="412.7640449438" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.547013601416px" transform="rotate(0, 339.20756948558994, 412.7640449438)">schematic_component_0</text><line class="component-pin sch-component-pin sch-port-line" x1="322.885866351352" y1="419.86043761086" x2="322.885866351352" y2="468.115907746868" stroke-width="2.8385570668240003px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="320.04730928452796" y="465.277350680044" width="5.677114133648001" height="5.677114133648001" opacity="0"/></g><text class="pin-number sch-pin-number" x="320.04730928452796" y="443.988172678864" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.28917800118px" transform="rotate(-90 320.04730928452796 443.988172678864)"></text><text class="pin-number sch-pin-label" x="322.885866351352" y="405.66765227674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="21.28917800118px" transform="rotate(-90 322.885866351352 405.66765227674)">schematic_port_0</text><line class="component-pin sch-component-pin sch-port-line" x1="322.885866351352" y1="405.66765227674" x2="322.885866351352" y2="357.412182140732" stroke-width="2.8385570668240003px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="320.04730928452796" y="354.573625073908" width="5.677114133648001" height="5.677114133648001" opacity="0"/></g><text class="pin-number sch-pin-number" x="320.04730928452796" y="381.539917208736" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.28917800118px" transform="rotate(-90 320.04730928452796 381.539917208736)"></text><text class="pin-number sch-pin-label" x="322.885866351352" y="419.86043761086" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.28917800118px" transform="rotate(-90 322.885866351352 419.86043761086)">schematic_port_1</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="499.58604376114596" y="405.66765227674" width="130.5736250739041" height="14.192785334120003" stroke-width="2.8385570668240003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="499.58604376114596" y="405.66765227674" width="130.5736250739041" height="14.192785334120003" fill="transparent"/><text class="sch-text" x="564.872856298098" y="412.7640449438" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.547013601416px" transform="rotate(0, 564.872856298098, 412.7640449438)">schematic_component_1</text><line class="component-pin sch-component-pin sch-port-line" x1="545.7125960970359" y1="405.66765227674" x2="545.7125960970359" y2="358.831460674144" stroke-width="2.8385570668240003px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="542.8740390302119" y="355.99290360732" width="5.677114133648001" height="5.677114133648001" opacity="0"/></g><text class="pin-number sch-pin-number" x="542.8740390302119" y="382.249556475442" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.28917800118px" transform="rotate(-90 542.8740390302119 382.249556475442)"></text><text class="pin-number sch-pin-label" x="545.7125960970359" y="419.86043761086" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.28917800118px" transform="rotate(-90 545.7125960970359 419.86043761086)">schematic_port_2</text><line class="component-pin sch-component-pin sch-port-line" x1="545.7125960970359" y1="419.86043761086" x2="545.7125960970359" y2="466.696629213456" stroke-width="2.8385570668240003px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="542.8740390302119" y="463.85807214663197" width="5.677114133648001" height="5.677114133648001" opacity="0"/></g><text class="pin-number sch-pin-number" x="542.8740390302119" y="443.27853341215797" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.28917800118px" transform="rotate(-90 542.8740390302119 443.27853341215797)"></text><text class="pin-number sch-pin-label" x="545.7125960970359" y="405.66765227674" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="21.28917800118px" transform="rotate(-90 545.7125960970359 405.66765227674)">schematic_port_3</text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="747.25014784154" y="341.8001182732" width="227.08456534592005" height="141.92785334120003" stroke-width="2.8385570668240003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="747.25014784154" y="341.8001182732" width="227.08456534592005" height="141.92785334120003" fill="transparent"/><text class="sch-text" x="860.7924305145" y="412.7640449438" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="25.547013601416px" transform="rotate(0, 860.7924305145, 412.7640449438)">schematic_component_2</text><line class="component-pin sch-component-pin sch-port-line" x1="747.25014784154" y1="370.18568894144" x2="690.4790065050599" y2="370.18568894144" stroke-width="2.8385570668240003px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="687.6404494382359" y="367.34713187461597" width="5.677114133648001" height="5.677114133648001" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.8645771733" y="367.34713187461597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.28917800118px" transform=""></text><text class="pin-number sch-pin-label" x="761.44293317566" y="370.18568894144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="21.28917800118px" transform="">schematic_port_4</text><line class="component-pin sch-component-pin sch-port-line" x1="747.25014784154" y1="398.57125960968" x2="693.317563571884" y2="398.57125960968" stroke-width="2.8385570668240003px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="690.4790065050599" cy="398.57125960968" r="2.8385570668240003" stroke-width="2.8385570668240003px"/><rect x="687.6404494382359" y="395.732702542856" width="5.677114133648001" height="5.677114133648001" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.8645771733" y="395.732702542856" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.28917800118px" transform=""></text><text class="pin-number sch-pin-label" x="761.44293317566" y="398.57125960968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="21.28917800118px" transform="">schematic_port_5</text><line class="component-pin sch-component-pin sch-port-line" x1="747.25014784154" y1="426.95683027792" x2="693.317563571884" y2="426.95683027792" stroke-width="2.8385570668240003px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="690.4790065050599" cy="426.95683027792" r="2.8385570668240003" stroke-width="2.8385570668240003px"/><rect x="687.6404494382359" y="424.118273211096" width="5.677114133648001" height="5.677114133648001" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.8645771733" y="424.118273211096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.28917800118px" transform=""></text><text class="pin-number sch-pin-label" x="761.44293317566" y="426.95683027792" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="21.28917800118px" transform="">schematic_port_6</text><line class="component-pin sch-component-pin sch-port-line" x1="747.25014784154" y1="455.34240094616" x2="693.317563571884" y2="455.34240094616" stroke-width="2.8385570668240003px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="690.4790065050599" cy="455.34240094616" r="2.8385570668240003" stroke-width="2.8385570668240003px"/><rect x="687.6404494382359" y="452.503843879336" width="5.677114133648001" height="5.677114133648001" opacity="0"/></g><text class="pin-number sch-pin-number" x="718.8645771733" y="452.503843879336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.28917800118px" transform=""></text><text class="pin-number sch-pin-label" x="761.44293317566" y="455.34240094616" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="21.28917800118px" transform="">schematic_port_7</text><line class="component-pin sch-component-pin sch-port-line" x1="974.33471318746" y1="455.34240094616" x2="1028.267297457116" y2="455.34240094616" stroke-width="2.8385570668240003px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1031.10585452394" cy="455.34240094616" r="2.8385570668240003" stroke-width="2.8385570668240003px"/><rect x="1028.267297457116" y="452.503843879336" width="5.677114133648001" height="5.677114133648001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1002.7202838557" y="452.503843879336" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.28917800118px" transform=""></text><text class="pin-number sch-pin-label" x="960.14192785334" y="455.34240094616" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.28917800118px" transform="">schematic_port_8</text><line class="component-pin sch-component-pin sch-port-line" x1="974.33471318746" y1="426.95683027792" x2="1028.267297457116" y2="426.95683027792" stroke-width="2.8385570668240003px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1031.10585452394" cy="426.95683027792" r="2.8385570668240003" stroke-width="2.8385570668240003px"/><rect x="1028.267297457116" y="424.118273211096" width="5.677114133648001" height="5.677114133648001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1002.7202838557" y="424.118273211096" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.28917800118px" transform=""></text><text class="pin-number sch-pin-label" x="960.14192785334" y="426.95683027792" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.28917800118px" transform="">schematic_port_9</text><line class="component-pin sch-component-pin sch-port-line" x1="974.33471318746" y1="398.57125960968" x2="1028.267297457116" y2="398.57125960968" stroke-width="2.8385570668240003px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1031.10585452394" cy="398.57125960968" r="2.8385570668240003" stroke-width="2.8385570668240003px"/><rect x="1028.267297457116" y="395.732702542856" width="5.677114133648001" height="5.677114133648001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1002.7202838557" y="395.73270254285603" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.28917800118px" transform=""></text><text class="pin-number sch-pin-label" x="960.14192785334" y="398.57125960968" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.28917800118px" transform="">schematic_port_10</text><line class="component-pin sch-component-pin sch-port-line" x1="974.33471318746" y1="370.18568894144" x2="1028.267297457116" y2="370.18568894144" stroke-width="2.8385570668240003px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1031.10585452394" cy="370.18568894144" r="2.8385570668240003" stroke-width="2.8385570668240003px"/><rect x="1028.267297457116" y="367.34713187461597" width="5.677114133648001" height="5.677114133648001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1002.7202838557" y="367.34713187461597" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.28917800118px" transform=""></text><text class="pin-number sch-pin-label" x="960.14192785334" y="370.18568894144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="21.28917800118px" transform="">schematic_port_11</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="322.885866351352" cy="468.115907746868" r="5.677114133648001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="322.885866351352" cy="357.412182140732" r="5.677114133648001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="545.7125960970359" cy="358.831460674144" r="5.677114133648001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="545.7125960970359" cy="466.696629213456" r="5.677114133648001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="690.4790065050599" cy="370.18568894144" r="5.677114133648001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="690.4790065050599" cy="398.57125960968" r="5.677114133648001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="690.4790065050599" cy="426.95683027792" r="5.677114133648001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="690.4790065050599" cy="455.34240094616" r="5.677114133648001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="1031.10585452394" cy="455.34240094616" r="5.677114133648001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="1031.10585452394" cy="426.95683027792" r="5.677114133648001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="1031.10585452394" cy="398.57125960968" r="5.677114133648001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="1031.10585452394" cy="370.18568894144" r="5.677114133648001" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
77
|
-
M
|
|
78
|
-
L
|
|
79
|
-
L
|
|
80
|
-
L
|
|
81
|
-
L
|
|
76
|
+
</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 473.49397590351396 347.57831325300594 L 473.49397590351396 311.43373493974593 L 189.75903614442302 311.43373493974593 L 189.75903614442302 345.771084337343" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 473.49397590351396 347.57831325300594 L 473.49397590351396 311.43373493974593 L 189.75903614442302 311.43373493974593 L 189.75903614442302 345.771084337343" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" 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 657.8313253011399 362.03614457831 L 619.4277108433013 362.03614457831 L 619.4277108433013 311.43373493974593 L 473.49397590351396 311.43373493974593 L 473.49397590351396 347.57831325300594" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 657.8313253011399 362.03614457831 L 619.4277108433013 362.03614457831 L 619.4277108433013 311.43373493974593 L 473.49397590351396 311.43373493974593 L 473.49397590351396 347.57831325300594" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" 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 189.75903614442302 486.73493975905694 L 189.75903614442302 522.8795180723171 L 473.49397590351396 522.8795180723171 L 473.49397590351396 484.92771084339404" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="28.915662650608002px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 189.75903614442302 486.73493975905694 L 189.75903614442302 522.8795180723171 L 473.49397590351396 522.8795180723171 L 473.49397590351396 484.92771084339404" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.6144578313260003px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><circle cx="473.49397590351396" cy="347.57831325300594" r="5.421686746989" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="473.49397590351396" cy="311.43373493974593" r="5.421686746989" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"/><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="90.36144578295796" y="407.21686746988496" width="240.36144578317908" height="18.072289156630006" stroke-width="3.6144578313260003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="90.36144578295796" y="407.21686746988496" width="240.36144578317908" height="18.072289156630006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="189.75903614442302" y1="425.28915662651497" x2="189.75903614442302" y2="486.73493975905694" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="186.144578313097" y="483.12048192773096" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="186.14457831309699" y="456.012048192786" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform="rotate(-90 186.14457831309699 456.012048192786)"></text><line class="component-pin sch-component-pin sch-port-line" x1="189.75903614442302" y1="407.21686746988496" x2="189.75903614442302" y2="345.771084337343" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="186.144578313097" y="342.156626506017" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="186.14457831309699" y="376.493975903614" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform="rotate(-90 186.14457831309699 376.493975903614)"></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="414.7590361444665" y="407.21686746988496" width="166.2650602409961" height="18.072289156630006" stroke-width="3.6144578313260003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="414.7590361444665" y="407.21686746988496" width="166.2650602409961" height="18.072289156630006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="473.49397590351396" y1="407.21686746988496" x2="473.49397590351396" y2="347.57831325300594" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="469.879518072188" y="343.96385542167997" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.879518072188" y="377.3975903614455" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform="rotate(-90 469.879518072188 377.3975903614455)"></text><line class="component-pin sch-component-pin sch-port-line" x1="473.49397590351396" y1="425.28915662651497" x2="473.49397590351396" y2="484.927710843394" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="469.879518072188" y="481.313253012068" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="469.879518072188" y="455.1084337349545" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform="rotate(-90 469.879518072188 455.1084337349545)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_2__stack1"><rect class="component chip sch-component-body" x="730.12048192766" y="325.89156626504996" width="289.1566265060801" height="180.72289156630006" stroke-width="3.6144578313260003px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="730.12048192766" y="325.89156626504996" width="289.1566265060801" height="180.72289156630006" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="730.12048192766" y1="362.03614457831" x2="657.8313253011399" y2="362.03614457831" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="654.2168674698139" y="358.421686746984" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.9759036144" y="358.421686746984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="730.12048192766" y1="398.18072289157" x2="661.445783132466" y2="398.18072289157" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="657.8313253011399" cy="398.18072289157" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="654.2168674698139" y="394.566265060244" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.9759036144" y="394.566265060244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="730.12048192766" y1="434.32530120483" x2="661.445783132466" y2="434.32530120483" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="657.8313253011399" cy="434.32530120483" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="654.2168674698139" y="430.710843373504" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.9759036144" y="430.71084337350396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="730.12048192766" y1="470.46987951809" x2="661.445783132466" y2="470.46987951809" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_3__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="657.8313253011399" cy="470.46987951809" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="654.2168674698139" y="466.85542168676403" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="693.9759036144" y="466.855421686764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1019.2771084337401" y1="470.46987951809" x2="1087.951807228934" y2="470.46987951809" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.56626506026" cy="470.46987951809" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="1087.951807228934" y="466.85542168676403" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.421686747" y="466.855421686764" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1019.2771084337401" y1="434.32530120483" x2="1087.951807228934" y2="434.32530120483" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.56626506026" cy="434.32530120483" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="1087.951807228934" y="430.710843373504" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.421686747" y="430.710843373504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1019.2771084337401" y1="398.18072289157" x2="1087.951807228934" y2="398.18072289157" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.56626506026" cy="398.18072289157" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="1087.951807228934" y="394.566265060244" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.421686747" y="394.566265060244" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="1019.2771084337401" y1="362.03614457831" x2="1087.951807228934" y2="362.03614457831" stroke-width="3.6144578313260003px"/><g class="sch-port" data-schematic-port-id="source_port_2_7__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="1091.56626506026" cy="362.03614457831" r="3.6144578313260003" stroke-width="3.6144578313260003px"/><rect x="1087.951807228934" y="358.421686746984" width="7.228915662652001" height="7.228915662652001" opacity="0"/></g><text class="pin-number sch-pin-number" x="1055.421686747" y="358.421686746984" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="27.108433734945px" transform=""></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="189.75903614442302" cy="486.73493975905694" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="189.75903614442302" cy="345.771084337343" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="473.49397590351396" cy="347.57831325300594" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="473.49397590351396" cy="484.927710843394" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="657.8313253011399" cy="362.03614457831" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="657.8313253011399" cy="398.18072289157" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_2__stack1"><circle cx="657.8313253011399" cy="434.32530120483" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_3__stack1"><circle cx="657.8313253011399" cy="470.46987951809" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_4__stack1"><circle cx="1091.56626506026" cy="470.46987951809" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_5__stack1"><circle cx="1091.56626506026" cy="434.32530120483" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_6__stack1"><circle cx="1091.56626506026" cy="398.18072289157" r="7.228915662652001" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_7__stack1"><circle cx="1091.56626506026" cy="362.03614457831" r="7.228915662652001" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
|
|
77
|
+
M 189.75903614442302,522.8795180723171
|
|
78
|
+
L 207.83132530105303,532.6385542168973
|
|
79
|
+
L 207.83132530105303,594.6144578313671
|
|
80
|
+
L 171.68674698779301,594.6144578313671
|
|
81
|
+
L 171.68674698779301,532.6385542168973
|
|
82
82
|
Z
|
|
83
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
84
|
-
M
|
|
85
|
-
L
|
|
86
|
-
L
|
|
87
|
-
L
|
|
88
|
-
L
|
|
83
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.6144578313260003px"/><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="189.75903614442302" y="539.1445783132841" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.530120481934px" transform="rotate(90 189.75903614442302 539.1445783132841)">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="
|
|
84
|
+
M 638.6295180722207,362.03614457831
|
|
85
|
+
L 620.5572289155907,352.2771084337298
|
|
86
|
+
L 620.5572289155907,205.38554216864117
|
|
87
|
+
L 656.7018072288507,205.38554216864117
|
|
88
|
+
L 656.7018072288506,352.2771084337298
|
|
89
89
|
Z
|
|
90
|
-
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="
|
|
90
|
+
" fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="3.6144578313260003px"/><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="638.6295180722207" y="345.771084337343" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="32.530120481934px" transform="rotate(-90 638.6295180722207 345.771084337343)">XXXXXX</text><text class="sch-text" x="751.807228915616" y="305.1084337349255" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="32.530120481934px" transform="rotate(0, 751.807228915616, 305.1084337349255)">U1</text><rect class="schematic-box sch-box" x="719.277108433682" y="282.518072289138" width="65.06024096386807" height="45.18072289157499" stroke-width="3.6144578313260003px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="28.915662650608002 14.457831325304001"/>
|
|
91
91
|
</g>
|
|
92
92
|
</svg>
|