@tscircuit/schematic-trace-solver 0.0.160 → 0.0.162

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.
Files changed (63) hide show
  1. package/dist/index.d.ts +5 -0
  2. package/dist/index.js +221 -29
  3. package/lib/solvers/AvailableNetOrientationSolver/AvailableNetOrientationSolver.ts +210 -6
  4. package/lib/solvers/MspConnectionPairSolver/MspConnectionPairSolver.ts +28 -21
  5. package/lib/solvers/MspConnectionPairSolver/getMspConnectionPairsFromPins.ts +3 -3
  6. package/lib/solvers/MspConnectionPairSolver/shouldSeparateGroundNetRows.ts +40 -0
  7. package/lib/solvers/TraceCleanupSolver/sameNetRailAlignment/getFixedLabelCoordinate.ts +44 -13
  8. package/lib/types/InputProblem.ts +3 -0
  9. package/package.json +1 -1
  10. package/tests/bug-reports/bug-report-20260706T220324Z/__snapshots__/bug-report-20260706T220324Z.snap.svg +1 -1
  11. package/tests/bug-reports/bug-report-20260728T144234Z/__snapshots__/bug-report-20260728T144234Z.snap.svg +1 -1
  12. package/tests/bug-reports/bug-report-20260728T225606Z/__snapshots__/bug-report-20260728T225606Z.snap.svg +79 -79
  13. package/tests/bug-reports/bug-report-20260730T061837Z/__snapshots__/bug-report-20260730T061837Z.snap.svg +85 -85
  14. package/tests/bug-reports/bug-report-20260731T052229Z/__snapshots__/bug-report-20260731T052229Z.snap.svg +1 -1
  15. package/tests/bug-reports/bug-report-20260804T095800Z/__snapshots__/bug-report-20260804T095800Z.snap.svg +163 -163
  16. package/tests/bug-reports/bug-report-20260804T171919Z/__snapshots__/bug-report-20260804T171919Z.snap.svg +547 -547
  17. package/tests/bug-reports/bug-report-20260804T225912Z/__snapshots__/bug-report-20260804T225912Z.snap.svg +13 -13
  18. package/tests/bug-reports/bug-report-20260805T061316Z/__snapshots__/bug-report-20260805T061316Z.snap.svg +267 -267
  19. package/tests/bug-reports/bug-report-20260806T061548Z/__snapshots__/bug-report-20260806T061548Z.snap.svg +267 -267
  20. package/tests/bug-reports/bug-report-20260806T093501Z/__snapshots__/bug-report-20260806T093501Z.snap.svg +109 -109
  21. package/tests/bug-reports/bug-report-20260811T075142Z/__snapshots__/bug-report-20260811T075142Z.snap.svg +1 -1
  22. package/tests/bug-reports/bug-report-20260815T073240Z/__snapshots__/bug-report-20260815T073240Z.snap.svg +49 -49
  23. package/tests/bug-reports/bug-report-20260819T091818Z/__snapshots__/bug-report-20260819T091818Z.snap.svg +1 -1
  24. package/tests/bug-reports/bug-report-20260825T045913Z/__snapshots__/bug-report-20260825T045913Z.snap.svg +103 -103
  25. package/tests/bug-reports/bug-report-20260825T103621Z/__snapshots__/bug-report-20260825T103621Z.snap.svg +103 -103
  26. package/tests/bug-reports/bug-report-20260826T072956Z/__snapshots__/bug-report-20260826T072956Z.snap.svg +163 -163
  27. package/tests/examples/__snapshots__/example51.snap.svg +568 -568
  28. package/tests/fixtures/convertSolverOutputToCircuitJson.test.ts +16 -1
  29. package/tests/fixtures/convertSolverOutputToCircuitJson.ts +23 -12
  30. package/tests/repros/__snapshots__/board-1273-trace-overlap-cycle.snap.svg +736 -736
  31. package/tests/repros/__snapshots__/board-15984-same-net-junction.snap.svg +79 -79
  32. package/tests/repros/__snapshots__/board1096-usb-label-overlap-iteration.snap.svg +127 -127
  33. package/tests/repros/__snapshots__/repro-bluetooth-controller-ground-decoupling-groups.snap.svg +115 -0
  34. package/tests/repros/__snapshots__/repro-board-589-regulator-section.snap.svg +31 -31
  35. package/tests/repros/__snapshots__/repro-board-648-esp12f-section.snap.svg +121 -121
  36. package/tests/repros/__snapshots__/repro-bq25895-cross-net-trace-overlap.snap.svg +43 -43
  37. package/tests/repros/__snapshots__/repro-core-555-power-cross-net-overlap.snap.svg +19 -19
  38. package/tests/repros/__snapshots__/repro-core-ground-inline-label-fallback.snap.svg +277 -0
  39. package/tests/repros/__snapshots__/repro-core-subcircuit-missing-ground.snap.svg +19 -19
  40. package/tests/repros/__snapshots__/repro-core-tb67s579ftg-inline-label-routing.snap.svg +7 -7
  41. package/tests/repros/__snapshots__/repro-dc-power-isolated-routing.snap.svg +37 -37
  42. package/tests/repros/__snapshots__/repro-hdc2080-ground-label-alignment.snap.svg +137 -0
  43. package/tests/repros/__snapshots__/repro-nrf52810-clock-routing.snap.svg +61 -61
  44. package/tests/repros/__snapshots__/repro-pga300-redundant-ground-traces.snap.svg +115 -115
  45. package/tests/repros/__snapshots__/repro-pmp11282-isolated-dcdc.snap.svg +743 -743
  46. package/tests/repros/__snapshots__/repro-rp2040-usb-cc2-ground-overlap.snap.svg +43 -43
  47. package/tests/repros/__snapshots__/repro-ti-power-output-section.snap.svg +1 -1
  48. package/tests/repros/__snapshots__/repro-tida010076-j4-ground-bus.snap.svg +17 -17
  49. package/tests/repros/__snapshots__/repro-tida010076-page02.snap.svg +1131 -1131
  50. package/tests/repros/__snapshots__/repro-type-c-16pin-self-connection.snap.svg +7 -7
  51. package/tests/repros/__snapshots__/repro-type-c-16pin-to-resistor.snap.svg +7 -7
  52. package/tests/repros/__snapshots__/repro-usb-power-vbus-label-detour.snap.svg +666 -666
  53. package/tests/repros/__snapshots__/repro161-power-section-autolayout.snap.svg +73 -73
  54. package/tests/repros/__snapshots__/repro48-555-timer-vcc-rail-label.snap.svg +73 -73
  55. package/tests/repros/assets/repro-bluetooth-controller-ground-decoupling-groups.input.json +214 -0
  56. package/tests/repros/assets/repro-core-ground-inline-label-fallback.input.json +863 -0
  57. package/tests/repros/repro-bluetooth-controller-ground-decoupling-groups.test.ts +18 -0
  58. package/tests/repros/repro-core-ground-inline-label-fallback.test.ts +34 -0
  59. package/tests/repros/repro-hdc2080-ground-label-alignment.test.ts +239 -0
  60. package/tests/repros/repro-tida010076-j4-ground-bus.test.ts +14 -10
  61. package/tests/repros/repro-tida010076-page02.test.ts +2 -2
  62. package/tests/solvers/InlineNetLabelSolver/__snapshots__/inline-net-label02.snap.svg +1 -1
  63. package/tests/solvers/MspConnectionPairSolver/msp-connection-pair-solver-ground-net-rows.test.ts +57 -0
@@ -83,55 +83,55 @@ orientation: y-" data-x="-9.797500000000001" data-y="-20.825000000000003" cx="54
83
83
  .port-label { fill: rgb(0, 100, 100); }
84
84
  .component-name { fill: rgb(0, 100, 100); }
85
85
 
86
- </style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 862.9002863833989 379.13043478325426 L 862.9002863833989 400.99973965178424 L 669.825566258377 400.99973965178424" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.994793022656px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 862.9002863833989 379.13043478325426 L 862.9002863833989 400.99973965178424 L 669.825566258377 400.99973965178424" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.499349127832px" 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 862.9002863833989 605.3215308520503 L 862.9002863833989 630.3150221303704 L 797.292371777809 630.3150221303704 L 797.292371777809 404.1239260615739 L 862.9002863833989 404.1239260615739 L 862.9002863833989 379.13043478325426" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.994793022656px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 862.9002863833989 605.3215308520503 L 862.9002863833989 630.3150221303704 L 797.292371777809 630.3150221303704 L 797.292371777809 404.1239260615739 L 862.9002863833989 404.1239260615739 L 862.9002863833989 379.13043478325426" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.499349127832px" 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 669.825566258377 282.28065607976396 L 862.9002863833989 282.28065607976396 L 862.9002863833989 304.14996094829394" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.994793022656px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 669.825566258377 282.28065607976396 L 862.9002863833989 282.28065607976396 L 862.9002863833989 304.14996094829394" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.499349127832px" 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 669.825566258377 188.55506378606378 L 707.4407706322486 188.55506378606378 L 707.4407706322486 169.68497787093247" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.994793022656px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 669.825566258377 188.55506378606378 L 707.4407706322486 188.55506378606378 L 707.4407706322486 169.68497787093247" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.499349127832px" 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 862.9002863833989 530.3410570170904 L 862.9002863833989 517.8443113779299 L 875.397032022559 517.8443113779299 L 875.397032022559 386.5035147103581 L 819.0367091899475 386.5035147103581" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="19.994793022656px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 862.9002863833989 530.3410570170904 L 862.9002863833989 517.8443113779299 L 875.397032022559 517.8443113779299 L 875.397032022559 386.5035147103581 L 819.0367091899475 386.5035147103581" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.499349127832px" 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="862.9002863833989" cy="379.13043478325426" r="3.7490236917479995" 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="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"/><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="69.9817755786969" y="169.80994532732393" width="549.8568081230401" height="249.93491278320016" stroke-width="2.499349127832px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="69.9817755786969" y="169.80994532732393" width="549.8568081230401" height="249.93491278320016" fill="transparent"/><text class="sch-text" x="344.91017964021694" y="294.777401718924" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.494142150488px" transform="rotate(0, 344.91017964021694, 294.777401718924)">schematic_component_16</text><line class="component-pin sch-component-pin sch-port-line" x1="619.838583701737" y1="188.55506378606378" x2="669.825566258377" y2="188.55506378606378" stroke-width="2.499349127832px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="667.3262171305449" y="186.05571465823178" width="4.998698255664" height="4.998698255664" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.8320749800571" y="186.05571465823186" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.74511845874px" transform=""></text><text class="pin-number sch-pin-label" x="607.3418380625769" y="188.55506378606378" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.74511845874px" transform="">schematic_port_83</text><line class="component-pin sch-component-pin sch-port-line" x1="619.838583701737" y1="213.54855506438435" x2="667.326217130545" y2="213.54855506438435" stroke-width="2.499349127832px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="669.825566258377" cy="213.54855506438435" r="2.499349127832" stroke-width="2.499349127832px"/><rect x="667.3262171305449" y="211.04920593655234" width="4.998698255664" height="4.998698255664" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.8320749800571" y="211.04920593655243" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.74511845874px" transform=""></text><text class="pin-number sch-pin-label" x="607.3418380625769" y="213.54855506438435" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.74511845874px" transform="">schematic_port_84</text><line class="component-pin sch-component-pin sch-port-line" x1="619.838583701737" y1="238.542046342704" x2="667.326217130545" y2="238.542046342704" stroke-width="2.499349127832px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="669.825566258377" cy="238.542046342704" r="2.499349127832" stroke-width="2.499349127832px"/><rect x="667.3262171305449" y="236.042697214872" width="4.998698255664" height="4.998698255664" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.8320749800571" y="236.04269721487208" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.74511845874px" transform=""></text><text class="pin-number sch-pin-label" x="607.3418380625769" y="238.542046342704" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.74511845874px" transform="">schematic_port_85</text><line class="component-pin sch-component-pin sch-port-line" x1="619.838583701737" y1="282.28065607976396" x2="669.825566258377" y2="282.28065607976396" stroke-width="2.499349127832px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="667.3262171305449" y="279.781306951932" width="4.998698255664" height="4.998698255664" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.8320749800571" y="279.78130695193204" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.74511845874px" transform=""></text><text class="pin-number sch-pin-label" x="607.3418380625769" y="282.28065607976396" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.74511845874px" transform="">schematic_port_86</text><line class="component-pin sch-component-pin sch-port-line" x1="619.838583701737" y1="307.27414735808406" x2="667.326217130545" y2="307.27414735808406" stroke-width="2.499349127832px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="669.825566258377" cy="307.27414735808406" r="2.499349127832" stroke-width="2.499349127832px"/><rect x="667.3262171305449" y="304.7747982302521" width="4.998698255664" height="4.998698255664" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.8320749800571" y="304.77479823025215" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.74511845874px" transform=""></text><text class="pin-number sch-pin-label" x="607.3418380625769" y="307.27414735808406" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.74511845874px" transform="">schematic_port_87</text><line class="component-pin sch-component-pin sch-port-line" x1="619.838583701737" y1="351.012757095144" x2="667.326217130545" y2="351.012757095144" stroke-width="2.499349127832px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="669.825566258377" cy="351.012757095144" r="2.499349127832" stroke-width="2.499349127832px"/><rect x="667.3262171305449" y="348.51340796731205" width="4.998698255664" height="4.998698255664" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.8320749800571" y="348.5134079673121" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.74511845874px" transform=""></text><text class="pin-number sch-pin-label" x="607.3418380625769" y="351.012757095144" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.74511845874px" transform="">schematic_port_88</text><line class="component-pin sch-component-pin sch-port-line" x1="619.838583701737" y1="376.0062483734637" x2="667.326217130545" y2="376.0062483734637" stroke-width="2.499349127832px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="669.825566258377" cy="376.0062483734637" r="2.499349127832" stroke-width="2.499349127832px"/><rect x="667.3262171305449" y="373.5068992456317" width="4.998698255664" height="4.998698255664" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.8320749800571" y="373.50689924563176" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.74511845874px" transform=""></text><text class="pin-number sch-pin-label" x="607.3418380625769" y="376.0062483734637" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.74511845874px" transform="">schematic_port_89</text><line class="component-pin sch-component-pin sch-port-line" x1="619.838583701737" y1="400.99973965178424" x2="669.825566258377" y2="400.99973965178424" stroke-width="2.499349127832px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="667.3262171305449" y="398.50039052395226" width="4.998698255664" height="4.998698255664" opacity="0"/></g><text class="pin-number sch-pin-number" x="644.8320749800571" y="398.5003905239523" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.74511845874px" transform=""></text><text class="pin-number sch-pin-label" x="607.3418380625769" y="400.99973965178424" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.74511845874px" transform="">schematic_port_90</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="822.2858630561288" y="335.39182504619384" width="135.58969018488597" height="12.496745639160054" stroke-width="2.499349127832px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="822.2858630561288" y="335.39182504619384" width="135.58969018488597" height="12.496745639160054" fill="transparent"/><text class="sch-text" x="890.0807081485718" y="341.6401978657741" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.494142150488px" transform="rotate(0, 890.0807081485718, 341.6401978657741)">schematic_component_17</text><line class="component-pin sch-component-pin sch-port-line" x1="862.9002863833989" y1="335.39182504619384" x2="862.9002863833989" y2="304.14996094829394" stroke-width="2.499349127832px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="860.4009372555669" y="301.65061182046196" width="4.998698255664" height="4.998698255664" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.400937255567" y="319.7708929972441" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.74511845874px" transform="rotate(-90 860.400937255567 319.7708929972441)"></text><text class="pin-number sch-pin-label" x="862.9002863833989" y="347.8885706853539" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.74511845874px" transform="rotate(-90 862.9002863833989 347.8885706853539)">schematic_port_91</text><line class="component-pin sch-component-pin sch-port-line" x1="862.9002863833989" y1="347.8885706853539" x2="862.9002863833989" y2="379.13043478325426" stroke-width="2.499349127832px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="860.4009372555669" y="376.6310856554223" width="4.998698255664" height="4.998698255664" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.400937255567" y="363.5095027343041" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.74511845874px" transform="rotate(-90 860.400937255567 363.5095027343041)"></text><text class="pin-number sch-pin-label" x="862.9002863833989" y="335.39182504619384" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.74511845874px" transform="rotate(-90 862.9002863833989 335.39182504619384)">schematic_port_92</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="822.2858630561288" y="561.5829211149903" width="135.58969018488597" height="12.496745639160054" stroke-width="2.499349127832px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="822.2858630561288" y="561.5829211149903" width="135.58969018488597" height="12.496745639160054" fill="transparent"/><text class="sch-text" x="890.0807081485718" y="567.8312939345701" fill="#0f172a" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.494142150488px" transform="rotate(0, 890.0807081485718, 567.8312939345701)">schematic_component_18</text><line class="component-pin sch-component-pin sch-port-line" x1="862.9002863833989" y1="561.5829211149903" x2="862.9002863833989" y2="530.3410570170904" stroke-width="2.499349127832px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="860.4009372555669" y="527.8417078892584" width="4.998698255664" height="4.998698255664" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.400937255567" y="545.9619890660401" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.74511845874px" transform="rotate(-90 860.400937255567 545.9619890660401)"></text><text class="pin-number sch-pin-label" x="862.9002863833989" y="574.0796667541504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="end" dominant-baseline="middle" font-size="18.74511845874px" transform="rotate(-90 862.9002863833989 574.0796667541504)">schematic_port_93</text><line class="component-pin sch-component-pin sch-port-line" x1="862.9002863833989" y1="574.0796667541504" x2="862.9002863833989" y2="605.3215308520503" stroke-width="2.499349127832px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="860.4009372555669" y="602.8221817242182" width="4.998698255664" height="4.998698255664" opacity="0"/></g><text class="pin-number sch-pin-number" x="860.400937255567" y="589.7005988031005" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="18.74511845874px" transform="rotate(-90 860.400937255567 589.7005988031005)"></text><text class="pin-number sch-pin-label" x="862.9002863833989" y="561.5829211149903" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="start" dominant-baseline="middle" font-size="18.74511845874px" transform="rotate(-90 862.9002863833989 561.5829211149903)">schematic_port_94</text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="669.825566258377" cy="188.55506378606378" r="4.998698255664" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="669.825566258377" cy="213.54855506438435" r="4.998698255664" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="669.825566258377" cy="238.542046342704" r="4.998698255664" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="669.825566258377" cy="282.28065607976396" r="4.998698255664" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="669.825566258377" cy="307.27414735808406" r="4.998698255664" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="669.825566258377" cy="351.012757095144" r="4.998698255664" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="669.825566258377" cy="376.0062483734637" r="4.998698255664" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="669.825566258377" cy="400.99973965178424" r="4.998698255664" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="862.9002863833989" cy="304.14996094829394" r="4.998698255664" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="862.9002863833989" cy="379.13043478325426" r="4.998698255664" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="862.9002863833989" cy="530.3410570170904" r="4.998698255664" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="862.9002863833989" cy="605.3215308520503" r="4.998698255664" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
87
- M 707.4407706322486,169.68497787093247
88
- L 694.9440249930885,162.93673522578607
89
- L 694.9440249930885,120.08122884722671
90
- L 719.9375162714086,120.08122884722671
91
- L 719.9375162714086,162.93673522578607
86
+ </style><rect class="boundary" x="0" y="0" width="1200" height="800"/><g class="trace sch-trace" data-layer="base" data-circuit-json-type="schematic_trace" data-schematic-trace-id="schematic_trace_0__stack1"><path d="M 1012.0538212610559 375.619844764738 L 1012.0538212610559 401.1679116276755 L 786.5008880996934 401.1679116276755" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1012.0538212610559 375.619844764738 L 1012.0538212610559 401.1679116276755 L 786.5008880996934 401.1679116276755" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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 1012.0538212610559 639.8598506042631 L 1012.0538212610559 669.0576413047634 L 935.4096206722434 669.0576413047634 L 935.4096206722434 404.8176354652378 L 1012.0538212610559 404.8176354652378 L 1012.0538212610559 375.619844764738" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1012.0538212610559 639.8598506042631 L 1012.0538212610559 669.0576413047634 L 935.4096206722434 669.0576413047634 L 935.4096206722434 404.8176354652378 L 1012.0538212610559 404.8176354652378 L 1012.0538212610559 375.619844764738" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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 786.5008880996934 262.47840580030015 L 1012.0538212610559 262.47840580030015 L 1012.0538212610559 288.02647266323766" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 786.5008880996934 262.47840580030015 L 1012.0538212610559 262.47840580030015 L 1012.0538212610559 288.02647266323766" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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 786.5008880996934 152.98669067342507 L 830.443563103946 152.98669067342507 L 830.443563103946 130.9423586945477" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 786.5008880996934 152.98669067342507 L 830.443563103946 152.98669067342507 L 830.443563103946 130.9423586945477" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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 1012.0538212610559 552.2664785027632 L 1012.0538212610559 537.6675831525126 L 1026.6527166113058 537.6675831525126 L 1026.6527166113058 384.233193021385 L 960.8116985816785 384.233193021385" class="trace-invisible-hover-outline sch-trace-hitbox" stroke="rgb(0, 150, 0)" fill="none" stroke-width="23.3582325604px" stroke-linecap="round" opacity="0" stroke-linejoin="round"/><path class="sch-trace-path" d="M 1012.0538212610559 552.2664785027632 L 1012.0538212610559 537.6675831525126 L 1026.6527166113058 537.6675831525126 L 1026.6527166113058 384.233193021385 L 960.8116985816785 384.233193021385" stroke="rgb(0, 150, 0)" fill="none" stroke-width="2.91977907005px" 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="1012.0538212610559" cy="375.619844764738" r="4.379668605075" 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="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"/><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="85.75391128769343" y="131.08834764805033" width="642.3513954109999" height="291.9779070049999" stroke-width="2.91977907005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="85.75391128769343" y="131.08834764805033" width="642.3513954109999" height="291.9779070049999" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="152.98669067342507" x2="786.5008880996934" y2="152.98669067342507" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_0__stack1"><rect x="783.5811090296434" y="150.06691160337508" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="150.06691160337505" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="182.18448137392534" x2="783.5811090296434" y2="182.18448137392534" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_1__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="182.18448137392534" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="179.26470230387534" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="179.26470230387577" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="211.3822720744256" x2="783.5811090296434" y2="211.3822720744256" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_2__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="211.3822720744256" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="208.4624930043756" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="208.46249300437557" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="262.47840580030015" x2="786.5008880996934" y2="262.47840580030015" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_3__stack1"><rect x="783.5811090296434" y="259.5586267302501" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="259.5586267302501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="291.6761965008004" x2="783.5811090296434" y2="291.6761965008004" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_4__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="291.6761965008004" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="288.7564174307504" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="288.7564174307504" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="342.7723302266754" x2="783.5811090296434" y2="342.7723302266754" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_5__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="342.7723302266754" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="339.8525511566254" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="339.8525511566254" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="371.97012092717523" x2="783.5811090296434" y2="371.97012092717523" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_6__stack1"><circle class="component-pin sch-component-pin sch-port-terminal" cx="786.5008880996934" cy="371.97012092717523" r="2.91977907005" stroke-width="2.91977907005px"/><rect x="783.5811090296434" y="369.0503418571252" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="369.0503418571252" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></text><line class="component-pin sch-component-pin sch-port-line" x1="728.1053066986933" y1="401.1679116276755" x2="786.5008880996934" y2="401.1679116276755" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_0_7__stack1"><rect x="783.5811090296434" y="398.24813255762547" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="757.3030973991936" y="398.24813255762547" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform=""></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="964.6074113727432" y="324.52371103886253" width="158.3980145502128" height="14.598895350250586" stroke-width="2.91977907005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="964.6074113727432" y="324.52371103886253" width="158.3980145502128" height="14.598895350250586" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1012.0538212610559" y1="324.52371103886253" x2="1012.0538212610559" y2="288.02647266323766" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_1_0__stack1"><rect x="1009.1340421910058" y="285.10669359318763" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.1340421910058" y="306.2750918510501" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform="rotate(-90 1009.1340421910058 306.2750918510501)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1012.0538212610559" y1="339.1226063891131" x2="1012.0538212610559" y2="375.619844764738" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_1_1__stack1"><rect x="1009.1340421910058" y="372.70006569468796" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.1340421910058" y="357.37122557692555" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform="rotate(-90 1009.1340421910058 357.37122557692555)"></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="964.6074113727432" y="588.7637168783881" width="158.3980145502128" height="14.598895350250132" stroke-width="2.91977907005px" fill="rgb(255, 255, 194)" stroke="rgb(132, 0, 0)"/><rect class="component-overlay sch-component-overlay" x="964.6074113727432" y="588.7637168783881" width="158.3980145502128" height="14.598895350250132" fill="transparent"/><line class="component-pin sch-component-pin sch-port-line" x1="1012.0538212610559" y1="588.7637168783881" x2="1012.0538212610559" y2="552.2664785027632" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_2_0__stack1"><rect x="1009.1340421910058" y="549.3466994327132" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.1340421910058" y="570.5150976905757" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform="rotate(-90 1009.1340421910058 570.5150976905757)"></text><line class="component-pin sch-component-pin sch-port-line" x1="1012.0538212610559" y1="603.3626122286382" x2="1012.0538212610559" y2="639.8598506042631" stroke-width="2.91977907005px"/><g class="sch-port" data-schematic-port-id="source_port_2_1__stack1"><rect x="1009.1340421910058" y="636.9400715342131" width="5.8395581401" height="5.8395581401" opacity="0"/></g><text class="pin-number sch-pin-number" x="1009.1340421910058" y="621.6112314164507" style="font-family: sans-serif;" fill="rgb(169, 0, 0)" text-anchor="middle" dominant-baseline="auto" font-size="21.898343025375002px" transform="rotate(-90 1009.1340421910058 621.6112314164507)"></text></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_0__stack1"><circle cx="786.5008880996934" cy="152.98669067342507" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_1__stack1"><circle cx="786.5008880996934" cy="182.18448137392534" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_2__stack1"><circle cx="786.5008880996934" cy="211.3822720744256" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_3__stack1"><circle cx="786.5008880996934" cy="262.47840580030015" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_4__stack1"><circle cx="786.5008880996934" cy="291.6761965008004" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_5__stack1"><circle cx="786.5008880996934" cy="342.7723302266754" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_6__stack1"><circle cx="786.5008880996934" cy="371.97012092717523" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_0_7__stack1"><circle cx="786.5008880996934" cy="401.1679116276755" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_0__stack1"><circle cx="1012.0538212610559" cy="288.02647266323766" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_1_1__stack1"><circle cx="1012.0538212610559" cy="375.619844764738" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_0__stack1"><circle cx="1012.0538212610559" cy="552.2664785027632" r="5.8395581401" fill="red" opacity="0"/></g><g class="schematic-port-hover sch-port-hover" data-schematic-port-id="source_port_2_1__stack1"><circle cx="1012.0538212610559" cy="639.8598506042631" r="5.8395581401" fill="red" opacity="0"/></g><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_0__stack1" d="
87
+ M 830.443563103946,130.9423586945477
88
+ L 815.844667753696,123.05895520541269
89
+ L 815.844667753696,72.99447675095536
90
+ L 845.042458454196,72.99447675095536
91
+ L 845.042458454196,123.0589552054127
92
92
  Z
93
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.499349127832px"/><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="707.4407706322486" y="158.43790679568846" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.494142150488px" transform="rotate(-90 707.4407706322486 158.43790679568846)">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="
94
- M 669.825566258377,213.54855506438435
95
- L 676.5738089035234,201.05180942522435
96
- L 778.1473574586158,201.05180942522435
97
- L 778.1473574586158,226.04530070354434
98
- L 676.5738089035234,226.04530070354434
93
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.91977907005px"/><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="830.443563103946" y="117.80335287932269" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="26.27801163045px" transform="rotate(-90 830.443563103946 117.80335287932269)">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="
94
+ M 786.5008880996934,182.18448137392534
95
+ L 794.3842915888284,167.58558602367535
96
+ L 913.0441129956604,167.58558602367535
97
+ L 913.0441129956604,196.78337672417533
98
+ L 794.3842915888284,196.78337672417533
99
99
  Z
100
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.499349127832px"/><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="681.072637333621" y="213.54855506438435" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.494142150488px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
101
- M 669.825566258377,238.542046342704
102
- L 676.5738089035234,226.045300703544
103
- L 792.826868002749,226.045300703544
104
- L 792.826868002749,251.038791981864
105
- L 676.5738089035234,251.038791981864
100
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.91977907005px"/><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="799.6398939149184" y="182.18448137392534" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="26.27801163045px" transform="">XXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" d="
101
+ M 786.5008880996934,211.3822720744256
102
+ L 794.3842915888284,196.7833767241756
103
+ L 930.1929487337541,196.7833767241756
104
+ L 930.1929487337541,225.9811674246756
105
+ L 794.3842915888284,225.9811674246756
106
106
  Z
107
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.499349127832px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="681.072637333621" y="238.542046342704" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.494142150488px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
108
- M 862.9002863833989,282.28065607976396
109
- L 869.6485290285453,269.78391044060396
110
- L 927.183545951238,269.78391044060396
111
- L 927.183545951238,294.77740171892395
112
- L 869.6485290285453,294.77740171892395
107
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.91977907005px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_2__stack1" x="799.6398939149184" y="211.3822720744256" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="26.27801163045px" transform="">XXXXXXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" d="
108
+ M 1012.0538212610559,262.47840580030015
109
+ L 1019.9372247501909,247.87951045005016
110
+ L 1087.1505389427418,247.87951045005016
111
+ L 1087.1505389427418,277.07730115055017
112
+ L 1019.9372247501909,277.07730115055017
113
113
  Z
114
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.499349127832px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="874.1473574586429" y="282.28065607976396" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.494142150488px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
115
- M 669.825566258377,307.27414735808406
116
- L 676.5738089035234,294.77740171892407
117
- L 734.108825826216,294.77740171892407
118
- L 734.108825826216,319.77089299724406
119
- L 676.5738089035234,319.77089299724406
114
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.91977907005px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_3__stack1" x="1025.1928270762808" y="262.47840580030015" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="26.27801163045px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" d="
115
+ M 786.5008880996934,291.6761965008004
116
+ L 794.3842915888284,277.0773011505504
117
+ L 861.5976057813793,277.0773011505504
118
+ L 861.5976057813793,306.27509185105043
119
+ L 794.3842915888284,306.27509185105043
120
120
  Z
121
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.499349127832px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="681.072637333621" y="307.27414735808406" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.494142150488px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
122
- M 819.0367091899475,386.5035147103581
123
- L 812.288466544801,399.0002603495181
124
- L 754.7534496221084,399.0002603495181
125
- L 754.7534496221084,374.0067690711981
126
- L 812.288466544801,374.0067690711981
121
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.91977907005px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_4__stack1" x="799.6398939149184" y="291.6761965008004" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="26.27801163045px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" d="
122
+ M 960.8116985816785,384.233193021385
123
+ L 952.9282950925434,398.832088371635
124
+ L 885.7149808999925,398.832088371635
125
+ L 885.7149808999925,369.63429767113496
126
+ L 952.9282950925434,369.63429767113496
127
127
  Z
128
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.499349127832px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="807.7896381147035" y="386.5035147103581" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.494142150488px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
129
- M 862.9002863833989,630.3150221303704
130
- L 875.397032022559,637.0632647755168
131
- L 875.397032022559,679.9187711540761
132
- L 850.4035407442389,679.9187711540761
133
- L 850.4035407442389,637.0632647755168
128
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.91977907005px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_5__stack1" x="947.6726927664535" y="384.233193021385" fill="rgb(132, 0, 0)" text-anchor="end" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="26.27801163045px" transform="">XXX</text><path class="net-label sch-net-label" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" d="
129
+ M 1012.0538212610559,669.0576413047634
130
+ L 1026.6527166113058,676.9410447938984
131
+ L 1026.6527166113058,727.0055232483556
132
+ L 997.4549259108059,727.0055232483556
133
+ L 997.4549259108059,676.9410447938984
134
134
  Z
135
- " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.499349127832px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="862.9002863833989" y="641.5620932056144" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="22.494142150488px" transform="rotate(90 862.9002863833989 641.5620932056144)">XX</text><text class="sch-text" x="84.9778703456891" y="155.43868784229016" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="22.494142150488px" transform="rotate(0, 84.9778703456891, 155.43868784229016)">U3</text><rect class="schematic-box sch-box" x="62.48372819520114" y="139.81775579334044" width="44.98828430097592" height="31.241864097899906" stroke-width="2.499349127832px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="19.994793022656 9.997396511328"/>
135
+ " fill="rgba(255, 255, 255, 0.6)" stroke="rgb(132, 0, 0)" stroke-width="2.91977907005px"/><text class="net-label-text sch-net-label-text" data-circuit-json-type="schematic_net_label" data-schematic-net-label-id="schematic_net_label_6__stack1" x="1012.0538212610559" y="682.1966471199884" fill="rgb(132, 0, 0)" text-anchor="start" dominant-baseline="central" font-family="sans-serif" font-variant-numeric="tabular-nums" font-size="26.27801163045px" transform="rotate(90 1012.0538212610559 682.1966471199884)">XX</text><text class="sch-text" x="103.27258570799358" y="114.2996179952629" fill="#7e22ce" text-anchor="middle" dominant-baseline="middle" font-family="sans-serif" font-size="26.27801163045px" transform="rotate(0, 103.27258570799358, 114.2996179952629)">U3</text><rect class="schematic-box sch-box" x="76.99457407754335" y="96.05099880745047" width="52.55602326090002" height="36.497238375624875" stroke-width="2.91977907005px" stroke="rgb(132, 0, 0)" fill="transparent" stroke-dasharray="23.3582325604 11.6791162802"/>
136
136
  </g>
137
137
  </svg>