@tscircuit/schematic-trace-solver 0.0.174 → 0.0.176
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 +5 -0
- package/dist/index.js +759 -91
- package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +5 -1
- package/lib/solvers/InlineNetLabelSolver/InlineNetLabelSolver.ts +16 -1
- package/lib/solvers/InlineNetLabelSolver/restoreReroutesAroundSupersededLabels.ts +174 -0
- package/lib/solvers/NetLabelToTraceSolver/NetLabelToTraceSolver.ts +2 -30
- package/lib/solvers/SameNetJunctionAlignmentSolver/SameNetJunctionAlignmentSolver.ts +2 -0
- package/lib/solvers/SameNetJunctionAlignmentSolver/alignSameNetJunctions.ts +748 -15
- package/lib/solvers/SameNetJunctionAlignmentSolver/findNearestSharedPinExitRail.ts +140 -0
- package/lib/solvers/SchematicTracePipelineSolver/SchematicTracePipelineSolver.ts +12 -5
- package/lib/utils/doesPathCoincideWithTraces.ts +17 -4
- package/lib/utils/pathIntersectsRenderedLabel.ts +33 -0
- package/package.json +1 -1
- package/site/bug-reports/bug-report-20260901T055358Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260901T064117Z.page.tsx +4 -0
- package/site/bug-reports/bug-report-20260901T134241Z.page.tsx +4 -0
- package/tests/bug-reports/bug-report-20260707T134549Z/__snapshots__/bug-report-20260707T134549Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260707T134549Z/bug-report-20260707T134549Z.test.ts +9 -0
- package/tests/bug-reports/bug-report-20260707T230831Z/__snapshots__/bug-report-20260707T230831Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260717T042845Z/__snapshots__/bug-report-20260717T042845Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260721T221026Z/__snapshots__/bug-report-20260721T221026Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260730T061837Z/bug-report-20260730T061837Z.test.ts +8 -4
- package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +2 -2
- package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +6 -6
- package/tests/bug-reports/bug-report-20260901T055358Z/__snapshots__/bug-report-20260901T055358Z.snap.svg +676 -0
- package/tests/bug-reports/bug-report-20260901T055358Z/bug-report-20260901T055358Z.json +2467 -0
- package/tests/bug-reports/bug-report-20260901T055358Z/bug-report-20260901T055358Z.test.ts +59 -0
- package/tests/bug-reports/bug-report-20260901T064117Z/__snapshots__/bug-report-20260901T064117Z.snap.svg +134 -0
- package/tests/bug-reports/bug-report-20260901T064117Z/bug-report-20260901T064117Z.json +215 -0
- package/tests/bug-reports/bug-report-20260901T064117Z/bug-report-20260901T064117Z.test.ts +12 -0
- package/tests/bug-reports/bug-report-20260901T134241Z/__snapshots__/bug-report-20260901T134241Z.snap.svg +115 -0
- package/tests/bug-reports/bug-report-20260901T134241Z/bug-report-20260901T134241Z.json +359 -0
- package/tests/bug-reports/bug-report-20260901T134241Z/bug-report-20260901T134241Z.test.ts +60 -0
- package/tests/examples/__snapshots__/example51.snap.svg +2 -2
- package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +10 -10
- package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +10 -10
- package/tests/repros/__snapshots__/repro-example35-minimize-trace-crossing.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-isolated-rs485-isow7841.snap.svg +18 -18
- package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +18 -18
- package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +10 -10
- package/tests/repros/__snapshots__/repro-powerbank-3v-system-power.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida-01389-hbridge.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro-trellis-core-gnd-net-label-overlap.snap.svg +134 -0
- package/tests/repros/__snapshots__/repro-wireless-mouse-charger-section.snap.svg +164 -0
- package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +2 -2
- package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +2 -2
- package/tests/repros/assets/repro-trellis-core-gnd-net-label-overlap.input.json +178 -0
- package/tests/repros/assets/repro-wireless-mouse-charger-section.input.json +591 -0
- package/tests/repros/repro-isolated-rs485-isow7841.test.ts +4 -1
- package/tests/repros/repro-powerbank-3v-system-power.test.ts +24 -0
- package/tests/repros/repro-tida-01389-hbridge.test.ts +24 -0
- package/tests/repros/repro-trellis-core-gnd-net-label-overlap.test.ts +73 -0
- package/tests/repros/repro-wireless-mouse-charger-section.test.ts +16 -0
- package/tests/solvers/InlineNetLabelSolver/restore-reroutes-around-superseded-labels.test.ts +186 -0
- package/tests/solvers/SameNetJunctionAlignmentSolver/parallel-load-rails.test.ts +1 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<svg width="1200" height="2016" viewBox="0 0 1200 2016" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Solver debug visualization on top and Circuit JSON schematic on the bottom">
|
|
2
2
|
<g transform="translate(0, 0) scale(1.875, 1.875) translate(0, 0)">
|
|
3
|
-
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.043443,2.1950320000000003 -1.043443,2.3950320000000005 1.043443,2.3950320000000005 1.043443,2.1950320000000003" data-type="line" data-label="" points="176.64734291457793,81.21528164511778 176.64734291457793,53.73842721503922 463.35265708542204,53.73842721503922 463.35265708542204,81.21528164511778" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.033443,1.095032 -1.033443,0.913907 -0.39139100000000004,0.913907" data-type="line" data-label="" points="178.02118563608187,232.33798101054967 178.02118563608187,257.2217073037895 266.2290323387857,257.2217073037895" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.451391,0 -
|
|
3
|
+
<rect width="100%" height="100%" fill="white"/><g><polyline data-points="-1.043443,2.1950320000000003 -1.043443,2.3950320000000005 1.043443,2.3950320000000005 1.043443,2.1950320000000003" data-type="line" data-label="" points="176.64734291457793,81.21528164511778 176.64734291457793,53.73842721503922 463.35265708542204,53.73842721503922 463.35265708542204,81.21528164511778" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.033443,1.095032 -1.033443,0.913907 -0.39139100000000004,0.913907" data-type="line" data-label="" points="178.02118563608187,232.33798101054967 178.02118563608187,257.2217073037895 266.2290323387857,257.2217073037895" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-0.451391,0 -1.033443,0 -1.033443,0.913907 -0.39139100000000004,0.913907" data-type="line" data-label="" points="257.98597600976217,382.77815531193835 178.02118563608187,382.77815531193835 178.02118563608187,257.2217073037895 266.2290323387857,257.2217073037895" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.043443,-0.181126 -1.043443,0 -0.451391,0" data-type="line" data-label="" points="176.64734291457793,407.66201898945036 176.64734291457793,382.77815531193835 257.98597600976217,382.77815531193835" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="0.268609,0 1.043443,0 1.043443,0.913907 0.208609,0.913907" data-type="line" data-label="" points="356.90265195804477,382.77815531193835 463.35265708542204,382.77815531193835 463.35265708542204,257.2217073037895 348.6595956290212,257.2217073037895" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.043443,-0.181126 1.043443,0 0.268609,0" data-type="line" data-label="" points="463.35265708542204,407.66201898945036 463.35265708542204,382.77815531193835 356.90265195804477,382.77815531193835" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="1.033443,1.095032 1.033443,0.913907 0.208609,0.913907" data-type="line" data-label="" points="461.9788143639181,232.33798101054967 461.9788143639181,257.2217073037895 348.6595956290212,257.2217073037895" fill="none" stroke="purple" stroke-width="1px"/></g><g><polyline data-points="-1.033443,-1.281126 -1.033443,-1.481126 1.033443,-1.481126 1.033443,-1.281126" data-type="line" data-label="" points="178.02118563608187,558.7847183548822 178.02118563608187,586.2615727849607 461.9788143639181,586.2615727849607 461.9788143639181,558.7847183548822" fill="none" stroke="purple" stroke-width="1px"/></g><g><rect data-type="rect" data-label="Q1B" data-x="-1.343443" data-y="1.645032" x="77.73066696629527" y="81.2152816451178" width="115.40278860632975" height="151.12269936543188" fill="hsl(226, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007278853571428573"/></g><g><rect data-type="rect" data-label="Q1A" data-x="-1.343443" data-y="-0.731126" x="77.73066696629527" y="407.6620189894503" width="115.40278860632975" height="151.12269936543186" fill="hsl(225, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007278853571428573"/></g><g><rect data-type="rect" data-label="Q2A" data-x="1.343443" data-y="1.645032" x="446.86654442737495" y="81.2152816451178" width="115.40278860632975" height="151.12269936543188" fill="hsl(256, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007278853571428573"/></g><g><rect data-type="rect" data-label="Q2B" data-x="1.343443" data-y="-0.731126" x="446.86654442737495" y="407.6620189894503" width="115.40278860632975" height="151.12269936543186" fill="hsl(257, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007278853571428573"/></g><g><rect data-type="rect" data-label="C17" data-x="-0.091391" data-y="0.913907" x="266.2290323387857" y="199.52031300062464" width="82.43056329023551" height="115.40278860632975" fill="hsl(81, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007278853571428573"/></g><g><rect data-type="rect" data-label="C18" data-x="-0.091391" data-y="0" x="257.9859760097622" y="325.0767610087735" width="98.9166759482826" height="115.40278860632975" fill="hsl(82, 100%, 50%, 0.8)" stroke="black" stroke-width="0.007278853571428573"/></g><g><rect data-type="rect" data-label="netId: top rail
|
|
4
4
|
globalConnNetId: connectivity_net0" data-x="-1.268443" data-y="2.3950320000000005" x="114.82442044690126" y="39.99999999999997" width="61.822922467676676" height="27.476854430078504" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007278853571428573"/></g><g><rect data-type="rect" data-label="netId: left rail to C17
|
|
5
5
|
globalConnNetId: connectivity_net1" data-x="-1.258443" data-y="0.913907" x="116.19826316840519" y="243.48328008875023" width="61.822922467676676" height="27.47685443007856" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007278853571428573"/></g><g><rect data-type="rect" data-label="netId: bottom rail
|
|
6
6
|
globalConnNetId: connectivity_net3" data-x="-1.258443" data-y="-1.481126" x="116.19826316840519" y="572.5231455699213" width="61.822922467676676" height="27.47685443007856" fill="hsl(40, 100%, 50%, 0.35)" stroke="black" stroke-width="0.007278853571428573"/></g><g><rect data-type="rect" data-label="netId: right inner branch
|
|
@@ -77,7 +77,7 @@ orientation: y-" data-x="0.468609" data-y="0" cx="384.37950638812333" cy="382.77
|
|
|
77
77
|
.port-label { fill: rgb(0, 100, 100); }
|
|
78
78
|
.component-name { fill: rgb(0, 100, 100); }
|
|
79
79
|
|
|
80
|
-
</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 435.553897258559 126.07960587520444 L 435.553897258559 94.55970440642437 L 764.446102741441 94.55970440642437 L 764.446102741441 126.07960587520444" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 435.553897258559 126.07960587520444 L 435.553897258559 94.55970440642437 L 764.446102741441 94.55970440642437 L 764.446102741441 126.07960587520444" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 437.129892331998 299.4390639534945 L 437.129892331998 327.9842747211584 L 538.3169712211636 327.9842747211584" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 437.129892331998 299.4390639534945 L 437.129892331998 327.9842747211584 L 538.3169712211636 327.9842747211584" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 528.8610007805296 472.0155676793 L 497.34109931174964 472.0155676793 L 497.34109931174964 327.9842747211584 L 538.3169712211636 327.9842747211584" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 528.8610007805296 472.0155676793 L 497.34109931174964 472.0155676793 L 497.34109931174964 327.9842747211584 L 538.3169712211636 327.9842747211584" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 435.553897258559 500.5609360464712 L 435.553897258559 472.0155676793 L 528.8610007805296 472.0155676793" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 435.553897258559 500.5609360464712 L 435.553897258559 472.0155676793 L 528.8610007805296 472.0155676793" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 642.3326460681376 472.0155676793 L 673.8525475369177 472.0155676793 L 673.8525475369177 327.9842747211584 L 632.8766756275036 327.9842747211584" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 642.3326460681376 472.0155676793 L 673.8525475369177 472.0155676793 L 673.8525475369177 327.9842747211584 L 632.8766756275036 327.9842747211584" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 764.446102741441 500.5609360464712 L 764.446102741441 472.0155676793 L 642.3326460681376 472.0155676793" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 764.446102741441 500.5609360464712 L 764.446102741441 472.0155676793 L 642.3326460681376 472.0155676793" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 762.870107668002 299.4390639534945 L 762.870107668002 327.9842747211584 L 632.8766756275036 327.9842747211584" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 762.870107668002 299.4390639534945 L 762.870107668002 327.9842747211584 L 632.8766756275036 327.9842747211584" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 437.129892331998 673.9203941247612 L 437.129892331998 705.4402955935412 L 762.870107668002 705.4402955935412 L 762.870107668002 673.9203941247612" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 437.129892331998 673.9203941247612 L 437.129892331998 705.4402955935412 L 762.870107668002 705.4402955935412 L 762.870107668002 673.9203941247612" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="538.3169712211636" cy="327.9842747211584" r="4.727985220317" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="528.8610007805296" cy="472.0155676793" r="4.727985220317" 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"/><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="642.3326460681376" cy="472.0155676793" r="4.727985220317" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="632.8766756275036" cy="327.9842747211584" r="4.727985220317" 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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="322.08225197095095" y="189.1194088127645" width="132.38358616887598" height="47.27985220316995" stroke-width="3.151990146878px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="322.08225197095095" y="189.1194088127645" width="132.38358616887598" height="47.27985220316995" fill="transparent"/><text class="sch-text" x="388.27404505538897" y="212.75933491434944" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="28.367911321902px" transform="rotate(0, 388.27404505538897, 212.75933491434944)">Q1B</text><line class="component-pin sch-component-pin sch-port-line" x1="435.553897258559" y1="189.1194088127644" x2="435.553897258559" y2="126.07960587520444" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="432.401907111681" y="122.92761572832643" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="432.401907111681" y="157.59950734398444" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 432.401907111681 157.59950734398444)"></text><line class="component-pin sch-component-pin sch-port-line" x1="437.129892331998" y1="236.39926101593446" x2="437.129892331998" y2="299.4390639534945" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="433.97790218512" y="296.2870738066165" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="433.97790218512" y="267.9191624847145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 433.97790218512 267.9191624847145)"></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="322.08225197095095" y="563.6007389840312" width="132.38358616887598" height="47.27985220316998" stroke-width="3.151990146878px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="322.08225197095095" y="563.6007389840312" width="132.38358616887598" height="47.27985220316998" fill="transparent"/><text class="sch-text" x="388.27404505538897" y="587.2406650856162" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="28.367911321902px" transform="rotate(0, 388.27404505538897, 587.2406650856162)">Q1A</text><line class="component-pin sch-component-pin sch-port-line" x1="435.553897258559" y1="563.6007389840312" x2="435.553897258559" y2="500.5609360464712" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="432.401907111681" y="497.4089458995932" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="432.401907111681" y="532.0808375152512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 432.401907111681 532.0808375152512)"></text><line class="component-pin sch-component-pin sch-port-line" x1="437.129892331998" y1="610.8805911872012" x2="437.129892331998" y2="673.9203941247612" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="433.97790218512" y="670.7684039778832" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="433.97790218512" y="642.4004926559812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 433.97790218512 642.4004926559812)"></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="745.5341618601731" y="189.1194088127645" width="132.38358616887604" height="47.27985220316995" stroke-width="3.151990146878px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="745.5341618601731" y="189.1194088127645" width="132.38358616887604" height="47.27985220316995" fill="transparent"/><text class="sch-text" x="811.725954944611" y="212.75933491434944" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="28.367911321902px" transform="rotate(0, 811.725954944611, 212.75933491434944)">Q2A</text><line class="component-pin sch-component-pin sch-port-line" x1="764.446102741441" y1="189.1194088127644" x2="764.446102741441" y2="126.07960587520444" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="761.294112594563" y="122.92761572832643" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.294112594563" y="157.59950734398444" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 761.294112594563 157.59950734398444)"></text><line class="component-pin sch-component-pin sch-port-line" x1="762.870107668002" y1="236.39926101593446" x2="762.870107668002" y2="299.4390639534945" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="759.718117521124" y="296.2870738066165" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="759.718117521124" y="267.9191624847145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 759.718117521124 267.9191624847145)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="745.5341618601731" y="563.6007389840312" width="132.38358616887604" height="47.27985220316998" stroke-width="3.151990146878px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="745.5341618601731" y="563.6007389840312" width="132.38358616887604" height="47.27985220316998" fill="transparent"/><text class="sch-text" x="811.725954944611" y="587.2406650856162" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="28.367911321902px" transform="rotate(0, 811.725954944611, 587.2406650856162)">Q2B</text><line class="component-pin sch-component-pin sch-port-line" x1="764.446102741441" y1="563.6007389840312" x2="764.446102741441" y2="500.5609360464712" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="761.294112594563" y="497.4089458995932" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.294112594563" y="532.0808375152512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 761.294112594563 532.0808375152512)"></text><line class="component-pin sch-component-pin sch-port-line" x1="762.870107668002" y1="610.8805911872012" x2="762.870107668002" y2="673.9203941247612" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="759.718117521124" y="670.7684039778832" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="759.718117521124" y="642.4004926559812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 759.718117521124 642.4004926559812)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="538.3169712211636" y="302.7652015559875" width="94.55970440633996" height="50.43814633034174" fill="transparent"/><path class="sch-component-symbol-path" d="M 632.8766756275036 327.9842747211584 L 595.0527938649676 327.9842747211584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.1408529836996 327.9842747211584 L 538.3169712211636 327.9842747211584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 595.0527938649676 302.7652015559875 L 595.0527938649676 353.20334788632925" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.1408529836996 302.7652015559875 L 576.1408529836996 353.20334788632925" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="585.5968234243336" y="290.16039295862237" stroke="rgb(245, 241, 237)" stroke-width="3.151990146878px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="28.367911321902px">C17</text><text class="sch-component-text" x="585.5968234243336" y="365.8081564836944" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="28.367911321902px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="528.8610007805296" y="441.75267988109493" width="113.471645287608" height="60.525775596410085" fill="transparent"/><path class="sch-component-symbol-path" d="M 642.3326460681376 472.0155676793 L 596.9439879530944 472.0155676793" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 574.2496588955728 472.0155676793 L 528.8610007805296 472.0155676793" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 596.9439879530944 441.75267988109493 L 596.9439879530944 502.278455477505" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 574.2496588955728 441.75267988109493 L 574.2496588955728 502.278455477505" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="585.5968234243336" y="426.6269095642568" stroke="rgb(245, 241, 237)" stroke-width="3.151990146878px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="28.367911321902px">C18</text><text class="sch-component-text" x="585.5968234243336" y="517.4042257943431" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="28.367911321902px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="435.553897258559" cy="126.07960587520444" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="437.129892331998" cy="299.4390639534945" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="435.553897258559" cy="500.5609360464712" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="437.129892331998" cy="673.9203941247612" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="764.446102741441" cy="126.07960587520444" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="762.870107668002" cy="299.4390639534945" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="764.446102741441" cy="500.5609360464712" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="762.870107668002" cy="673.9203941247612" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="538.3169712211636" cy="327.9842747211584" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="632.8766756275036" cy="327.9842747211584" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="538.3169712211636" cy="472.0155676793" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="651.7886165087716" cy="472.0155676793" r="6.303980293756" 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="
|
|
80
|
+
</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 435.553897258559 126.07960587520444 L 435.553897258559 94.55970440642437 L 764.446102741441 94.55970440642437 L 764.446102741441 126.07960587520444" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 435.553897258559 126.07960587520444 L 435.553897258559 94.55970440642437 L 764.446102741441 94.55970440642437 L 764.446102741441 126.07960587520444" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 437.129892331998 299.4390639534945 L 437.129892331998 327.9842747211584 L 538.3169712211636 327.9842747211584" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 437.129892331998 299.4390639534945 L 437.129892331998 327.9842747211584 L 538.3169712211636 327.9842747211584" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 528.8610007805296 472.0155676793 L 437.129892331998 472.0155676793 L 437.129892331998 327.9842747211584 L 538.3169712211636 327.9842747211584" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 528.8610007805296 472.0155676793 L 437.129892331998 472.0155676793 L 437.129892331998 327.9842747211584 L 538.3169712211636 327.9842747211584" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 435.553897258559 500.5609360464712 L 435.553897258559 472.0155676793 L 528.8610007805296 472.0155676793" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 435.553897258559 500.5609360464712 L 435.553897258559 472.0155676793 L 528.8610007805296 472.0155676793" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 642.3326460681376 472.0155676793 L 764.446102741441 472.0155676793 L 764.446102741441 327.9842747211584 L 632.8766756275036 327.9842747211584" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 642.3326460681376 472.0155676793 L 764.446102741441 472.0155676793 L 764.446102741441 327.9842747211584 L 632.8766756275036 327.9842747211584" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 764.446102741441 500.5609360464712 L 764.446102741441 472.0155676793 L 642.3326460681376 472.0155676793" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 764.446102741441 500.5609360464712 L 764.446102741441 472.0155676793 L 642.3326460681376 472.0155676793" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 762.870107668002 299.4390639534945 L 762.870107668002 327.9842747211584 L 632.8766756275036 327.9842747211584" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 762.870107668002 299.4390639534945 L 762.870107668002 327.9842747211584 L 632.8766756275036 327.9842747211584" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" 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 437.129892331998 673.9203941247612 L 437.129892331998 705.4402955935412 L 762.870107668002 705.4402955935412 L 762.870107668002 673.9203941247612" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="25.215921175024px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 437.129892331998 673.9203941247612 L 437.129892331998 705.4402955935412 L 762.870107668002 705.4402955935412 L 762.870107668002 673.9203941247612" stroke="rgb(0, 150, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round" stroke-linejoin="round"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"/><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_1__stack1"><circle cx="437.129892331998" cy="327.9842747211584" r="4.727985220317" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="538.3169712211636" cy="327.9842747211584" r="4.727985220317" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/></g><g class="trace-overlays sch-trace-overlays" data-layer="overlay" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_2__stack1"><circle cx="528.8610007805296" cy="472.0155676793" r="4.727985220317" 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"/><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="642.3326460681376" cy="472.0155676793" r="4.727985220317" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="764.446102741441" cy="472.0155676793" r="4.727985220317" class="trace-junction sch-trace-junction" fill="rgb(0, 150, 0)"/><circle cx="632.8766756275036" cy="327.9842747211584" r="4.727985220317" 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="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_0__stack1"><rect class="component chip sch-component-body" x="322.08225197095095" y="189.1194088127645" width="132.38358616887598" height="47.27985220316995" stroke-width="3.151990146878px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="322.08225197095095" y="189.1194088127645" width="132.38358616887598" height="47.27985220316995" fill="transparent"/><text class="sch-text" x="388.27404505538897" y="212.75933491434944" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="28.367911321902px" transform="rotate(0, 388.27404505538897, 212.75933491434944)">Q1B</text><line class="component-pin sch-component-pin sch-port-line" x1="435.553897258559" y1="189.1194088127644" x2="435.553897258559" y2="126.07960587520444" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="432.401907111681" y="122.92761572832643" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="432.401907111681" y="157.59950734398444" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 432.401907111681 157.59950734398444)"></text><line class="component-pin sch-component-pin sch-port-line" x1="437.129892331998" y1="236.39926101593446" x2="437.129892331998" y2="299.4390639534945" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><rect x="433.97790218512" y="296.2870738066165" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="433.97790218512" y="267.9191624847145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 433.97790218512 267.9191624847145)"></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="322.08225197095095" y="563.6007389840312" width="132.38358616887598" height="47.27985220316998" stroke-width="3.151990146878px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="322.08225197095095" y="563.6007389840312" width="132.38358616887598" height="47.27985220316998" fill="transparent"/><text class="sch-text" x="388.27404505538897" y="587.2406650856162" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="28.367911321902px" transform="rotate(0, 388.27404505538897, 587.2406650856162)">Q1A</text><line class="component-pin sch-component-pin sch-port-line" x1="435.553897258559" y1="563.6007389840312" x2="435.553897258559" y2="500.5609360464712" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="432.401907111681" y="497.4089458995932" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="432.401907111681" y="532.0808375152512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 432.401907111681 532.0808375152512)"></text><line class="component-pin sch-component-pin sch-port-line" x1="437.129892331998" y1="610.8805911872012" x2="437.129892331998" y2="673.9203941247612" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="433.97790218512" y="670.7684039778832" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="433.97790218512" y="642.4004926559812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 433.97790218512 642.4004926559812)"></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="745.5341618601731" y="189.1194088127645" width="132.38358616887604" height="47.27985220316995" stroke-width="3.151990146878px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="745.5341618601731" y="189.1194088127645" width="132.38358616887604" height="47.27985220316995" fill="transparent"/><text class="sch-text" x="811.725954944611" y="212.75933491434944" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="28.367911321902px" transform="rotate(0, 811.725954944611, 212.75933491434944)">Q2A</text><line class="component-pin sch-component-pin sch-port-line" x1="764.446102741441" y1="189.1194088127644" x2="764.446102741441" y2="126.07960587520444" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="761.294112594563" y="122.92761572832643" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.294112594563" y="157.59950734398444" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 761.294112594563 157.59950734398444)"></text><line class="component-pin sch-component-pin sch-port-line" x1="762.870107668002" y1="236.39926101593446" x2="762.870107668002" y2="299.4390639534945" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="759.718117521124" y="296.2870738066165" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="759.718117521124" y="267.9191624847145" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 759.718117521124 267.9191624847145)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_3__stack1"><rect class="component chip sch-component-body" x="745.5341618601731" y="563.6007389840312" width="132.38358616887604" height="47.27985220316998" stroke-width="3.151990146878px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="745.5341618601731" y="563.6007389840312" width="132.38358616887604" height="47.27985220316998" fill="transparent"/><text class="sch-text" x="811.725954944611" y="587.2406650856162" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="28.367911321902px" transform="rotate(0, 811.725954944611, 587.2406650856162)">Q2B</text><line class="component-pin sch-component-pin sch-port-line" x1="764.446102741441" y1="563.6007389840312" x2="764.446102741441" y2="500.5609360464712" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_3_0__stack1"><rect x="761.294112594563" y="497.4089458995932" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="761.294112594563" y="532.0808375152512" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 761.294112594563 532.0808375152512)"></text><line class="component-pin sch-component-pin sch-port-line" x1="762.870107668002" y1="610.8805911872012" x2="762.870107668002" y2="673.9203941247612" stroke-width="3.151990146878px"/><g class="sch-port" data-schematic-port-id="source_port_3_1__stack1"><rect x="759.718117521124" y="670.7684039778832" width="6.303980293756" height="6.303980293756" opacity="0"/></g><text class="pin-number sch-pin-number" x="759.718117521124" y="642.4004926559812" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="23.639926101585px" transform="rotate(-90 759.718117521124 642.4004926559812)"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_4__stack1"><rect class="component-overlay sch-component-overlay" x="538.3169712211636" y="302.7652015559875" width="94.55970440633996" height="50.43814633034174" fill="transparent"/><path class="sch-component-symbol-path" d="M 632.8766756275036 327.9842747211584 L 595.0527938649676 327.9842747211584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.1408529836996 327.9842747211584 L 538.3169712211636 327.9842747211584" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 595.0527938649676 302.7652015559875 L 595.0527938649676 353.20334788632925" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 576.1408529836996 302.7652015559875 L 576.1408529836996 353.20334788632925" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="585.5968234243336" y="290.16039295862237" stroke="rgb(245, 241, 237)" stroke-width="3.151990146878px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="28.367911321902px">C17</text><text class="sch-component-text" x="585.5968234243336" y="365.8081564836944" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="28.367911321902px"></text></g><g class="sch-component" data-circuit-json-type="schematic_component" data-schematic-component-id="schematic_component_5__stack1"><rect class="component-overlay sch-component-overlay" x="528.8610007805296" y="441.75267988109493" width="113.471645287608" height="60.525775596410085" fill="transparent"/><path class="sch-component-symbol-path" d="M 642.3326460681376 472.0155676793 L 596.9439879530944 472.0155676793" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 574.2496588955728 472.0155676793 L 528.8610007805296 472.0155676793" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 596.9439879530944 441.75267988109493 L 596.9439879530944 502.278455477505" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><path class="sch-component-symbol-path" d="M 574.2496588955728 441.75267988109493 L 574.2496588955728 502.278455477505" stroke="rgb(132, 0, 0)" fill="none" stroke-width="3.151990146878px" stroke-linecap="round"/><text class="sch-component-name sch-component-text" x="585.5968234243336" y="426.6269095642568" stroke="rgb(245, 241, 237)" stroke-width="3.151990146878px" paint-order="stroke" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="ideographic" font-size="28.367911321902px">C18</text><text class="sch-component-text" x="585.5968234243336" y="517.4042257943431" fill="rgb(15, 15, 15)" font-family="sans-serif" text-anchor="middle" dominant-baseline="hanging" font-size="28.367911321902px"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="435.553897258559" cy="126.07960587520444" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="437.129892331998" cy="299.4390639534945" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="435.553897258559" cy="500.5609360464712" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="437.129892331998" cy="673.9203941247612" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="764.446102741441" cy="126.07960587520444" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="762.870107668002" cy="299.4390639534945" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_0__stack1"><circle cx="764.446102741441" cy="500.5609360464712" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_3_1__stack1"><circle cx="762.870107668002" cy="673.9203941247612" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_0__stack1"><circle cx="538.3169712211636" cy="327.9842747211584" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_4_1__stack1"><circle cx="632.8766756275036" cy="327.9842747211584" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_0__stack1"><circle cx="538.3169712211636" cy="472.0155676793" r="6.303980293756" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_5_1__stack1"><circle cx="651.7886165087716" cy="472.0155676793" r="6.303980293756" 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="
|
|
81
81
|
M 435.553897258559,94.55970440642437
|
|
82
82
|
L 427.0435238619884,110.31965514081438
|
|
83
83
|
L 392.56075165514306,110.31965514081438
|