Add automatic breakout point generation for fanout groups#2310
Closed
MustafaMulla29 wants to merge 1 commit into
Closed
Add automatic breakout point generation for fanout groups#2310MustafaMulla29 wants to merge 1 commit into
MustafaMulla29 wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
@seveibar not sure if its the correct breakout |
seveibar
reviewed
May 19, 2026
Contributor
seveibar
left a comment
There was a problem hiding this comment.
so this is a good start but i don't think this is the right method for breakouts
We want to only break out pins that are actually used- this is why breakouts shouldn't be subcircuits (or at least, shouldn't be normal subcircuits) because they use information from their parent to determine how they should break out
|
This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. |
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.
Implements automatic breakout point generation for
<breakout>/<fanout>groups. When a group does not define explicit<breakoutpoint>or<fanoutpoint>children, PCB ports inside the group are assigned generated breakout targets along the group boundary. The target distance is controlled by the group bounds and padding, while routing and via placement remain handled by the existing autorouter.Explicit breakout points continue to take precedence when provided.