Improve timing and placement tuning in flow scripts (specifically in Nangate45)#9824
Open
Waleed99i wants to merge 3 commits intoThe-OpenROAD-Project:masterfrom
Open
Improve timing and placement tuning in flow scripts (specifically in Nangate45)#9824Waleed99i wants to merge 3 commits intoThe-OpenROAD-Project:masterfrom
Waleed99i wants to merge 3 commits intoThe-OpenROAD-Project:masterfrom
Conversation
Signed-off-by: Waleed <waleedakram059@gmail.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces several tuning parameters to the OpenROAD flow for the gcd_nangate45 design, aiming to improve timing and placement. The changes include enabling global-routing-based parasitics for more accurate timing repair, and adjusting the repair_timing command to allow for more aggressive buffering and utilization control. While these changes are reasonable for exploring design closure, I've noted one redundancy in the configuration script that should be addressed for better maintainability.
test/gcd_nangate45.tcl Outdated
| set die_area {0 0 100.13 100.8} | ||
| set core_area {10.07 11.2 90.25 91} | ||
| | ||
| set global_place_density 0.3 |
Contributor
…he report and added in Blog Signed-off-by: Waleed <waleedakram059@gmail.com>
…esult by including this so modified flow.tcl now Signed-off-by: Waleed <waleedakram059@gmail.com>
Contributor
| clang-tidy review says "All clean, LGTM! 👍" |
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 pull request introduces improvements to the OpenROAD flow for the gcd_nangate45 design. The changes focus on enhancing timing behavior, placement flexibility, and overall flow robustness through parameter tuning and iterative refinement.
What Changes Were Made ?
The following key modifications were made:
Why These Changes Were Made?
The motivation behind these changes was to:
These modifications reflect an exploration of how parameter tuning impacts timing, placement, and routing in a real ASIC flow.
Results & Observations
References / Supporting Material
Additional Notes
This work is part of my preparation for GSoC 2026 with OpenROAD. It demonstrates hands-on experience with: