-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make repeater hier #6629
base: master
Are you sure you want to change the base?
Make repeater hier #6629
Conversation
Signed-off-by: andyfox-rushc <andy@rushc.com>
Signed-off-by: andyfox-rushc <andy@rushc.com>
Signed-off-by: andyfox-rushc <andy@rushc.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy made some suggestions
Signed-off-by: andyfox-rushc <andy@rushc.com>
clang-tidy review says "All clean, LGTM! 👍" |
Do you expect this to have any impact on the non-hier flow? |
no. Please note I am seeing some failures in the regressions on the pull request (I don't see any locally here -- all the regressions pass on my version of ubuntu), so am digging ! Have marked the pull request as draft until I figure out why the regressions on other versions of ubuntu failing (am seeing some valgrind issues which I will dig into). |
Signed-off-by: andyfox-rushc <andy@rushc.com>
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: andyfox-rushc <andy@rushc.com>
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: andyfox-rushc <andy@rushc.com>
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: andyfox-rushc <andy@rushc.com>
clang-tidy review says "All clean, LGTM! 👍" |
In timing driven placement the repairDesign part of the resizer is called which exercises the "makeRepeater" method. This pull request adds hierarchical support to the makeRepeater method. The key changes are: