Reproduce RP2350 subcircuit parent routing timeout - #3314
Draft
Abse2001 wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Reproduction
The child subcircuit routes 13 connections into 37 traces with the real autorouter. Core then preserves those traces and gives the parent router 33 additional connections whose MCU endpoints remain at the QFN pads. There are no
<breakout>or<breakoutpoint>components, imported components, manual route paths, or raw SRJ fixtures.Normal CI uses the same pass-through parent-phase pattern as #3298 so the generated parent input is deterministic and fast. The real default parent autorouter reproduces the failure by timing out after 120 seconds:
RUN_RP2350_SUBCIRCUIT_PARENT_FAILURE=1 \ bun test tests/repros/repro-rp2350-subcircuit-parent-routing-failure.test.tsxVerification
bunx tsc --noEmitgit diff --check