add mode for RC correlation based on segments#3989
Merged
maliberty merged 1 commit intoThe-OpenROAD-Project:masterfrom Mar 12, 2026
Merged
add mode for RC correlation based on segments#3989maliberty merged 1 commit intoThe-OpenROAD-Project:masterfrom
maliberty merged 1 commit intoThe-OpenROAD-Project:masterfrom
Conversation
69526c3 to
4f08593
Compare
Signed-off-by: Arthur Koucher <arthurkoucher@precisioninno.com>
4f08593 to
9750e41
Compare
maliberty
approved these changes
Mar 12, 2026
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.
This should resolve the first item on #3969.
For now, I'm adding the segment-based regression as an additional mode rather than replacing net-based. The idea is to let the new mode stabilize.
Observations
read_spef). On the other hand, segment-based needs the parasitics of each routing shape in ODB and, as6_final.odbdoes not contain parasitics data, we need toextract_parasiticsbefore trying to retrieve the required data from ODB.extract_parasitics).set_layer_rcvalues i.e., net-based for resistance and segment-based for capacitance. In segment-based, it is also easier to process the resistance of the.csvfile as we don't need to manually decrease the vias' resistance of each net.