changes to accomodate for new changes in OpenSTA 6/30 pulling latest#10790
Conversation
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
There was a problem hiding this comment.
Code Review
This pull request replaces the usage of hasSequentials() with isSequential() on LibertyCell objects across various source files to align with API updates. Additionally, it updates EstimateParasitics.tcl to use get_name for the corner variable in a warning message, updates the src/sta subproject commit, and adjusts a test expectation file. I have no feedback to provide.
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
|
@codex review |
|
Codex Review: Didn't find any major issues. Delightful! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
Secure-CI and public-CI are both clean actually |
Summary
Update OpenSTA The-OpenROAD-Project/OpenSTA#379
Type of Change
Impact
Power.cc changed to have one extra iteration count for activity propagation
cleanup · parallaxsw/OpenSTA@c81f0c1 and line in Power::ensureActivities (power/Power.cc):
This change causes one extra activity-propagation pass (50 instead of 49; max_activity_passes_ = 50).
I regoldened one failing regression but this can drift power in some designs where activity propagation is not well behaved.
Verification
./etc/Build.sh).