-
Notifications
You must be signed in to change notification settings - Fork 591
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
Cts enable obstruction aware #6541
base: master
Are you sure you want to change the base?
Cts enable obstruction aware #6541
Conversation
… consider the tree topology when legalizing Signed-off-by: arthur <arthurjolo@gmail.com>
Signed-off-by: arthur <arthurjolo@gmail.com>
Signed-off-by: arthur <arthurjolo@gmail.com>
Signed-off-by: arthur <arthurjolo@gmail.com>
Signed-off-by: arthur <arthurjolo@gmail.com>
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
… disable obstruction aware: -no_obstruction_aware Signed-off-by: arthur <arthurjolo@gmail.com>
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: arthurjolo <arthurjolo@gmail.com>
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: arthur <arthurjolo@gmail.com>
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: arthur <arthurjolo@gmail.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.
I reviewed the code changes with Arthur. They are fine.
clang-tidy review says "All clean, LGTM! 👍" |
The code looks fine. Is there an ORFS PR that needs coordinated merging? |
I am waiting for a run with the new sta to finish to see if there is any |
This pull request enables the CTS option obstruction_aware by default.
Also this PR enhances the obstruction_aware CTS to consider the tree topology during its legalization, trying to maintain the tree as similar to as it was originally build.