align multi-component same-net rail chains to one coordinate - #918
Open
mohan-bee wants to merge 11 commits into
Open
align multi-component same-net rail chains to one coordinate#918mohan-bee wants to merge 11 commits into
mohan-bee wants to merge 11 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mohan-bee
force-pushed
the
fix/align-multi-component-same-net-rail-chains-v2
branch
from
August 26, 2026 15:22
88a9ac5 to
a705101
Compare
mohan-bee
force-pushed
the
fix/align-multi-component-same-net-rail-chains-v2
branch
from
August 26, 2026 15:36
a705101 to
f4fbda9
Compare
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.
motivation
trace cleanup should carry the first capacitor rail coordinate through an unlabeled unbranched component chain even when the last rail begins at a different coordinate.
before
cross-component rail discovery required both terminal rails to already match, so valid same-net chains could remain stepped instead of following the first capacitor rail.
after
the first terminal rail now anchors every following rail through the last capacitor; the tas2505 test compares all six rail coordinates with the real pre-alignment first-rail y, four affected snapshots are updated, and all 263 tests pass.