Skip to content
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

grt: fix handle of obstructions in single gcells #5703

Merged
merged 38 commits into from
Dec 31, 2024

Conversation

eder-matheus
Copy link
Collaborator

Fixes #5696.

Secure-ci is running.

Copy link
Contributor

github-actions bot commented Sep 6, 2024

clang-tidy review says "All clean, LGTM! 👍"

Signed-off-by: Eder Monteiro <[email protected]>
Signed-off-by: Eder Monteiro <[email protected]>
Copy link
Contributor

github-actions bot commented Sep 7, 2024

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

github-actions bot commented Sep 9, 2024

clang-tidy review says "All clean, LGTM! 👍"

@eder-matheus eder-matheus marked this pull request as draft September 9, 2024 15:58
Copy link
Contributor

github-actions bot commented Sep 9, 2024

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
Copy link
Contributor

github-actions bot commented Sep 9, 2024

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@eder-matheus eder-matheus marked this pull request as draft October 8, 2024 03:57
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Signed-off-by: Eder Monteiro <[email protected]>
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Signed-off-by: Eder Monteiro <[email protected]>
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@@ -689,7 +689,6 @@ void GlobalRouter::updateDirtyNets(std::vector<Net*>& dirty_nets)
dirty_nets.push_back(db_net_map_[db_net]);
routes_[db_net].clear();
db_net->clearGuides();
fastroute_->clearNetRoute(db_net);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why removed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed it because when we add the net to the dirty list, the route of it will be removed later when we add it to the FastRouteCore. Tho I believe I'll restore it, just to ensure the resources will be released.

@eder-matheus eder-matheus marked this pull request as ready for review December 24, 2024 17:16
Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

@eder-matheus
Copy link
Collaborator Author

@maliberty Thanks for approving it. Before the merge, I have to update some metrics in ORFS, so it will take a bit of time.

@eder-matheus eder-matheus merged commit 7fb347f into The-OpenROAD-Project:master Dec 31, 2024
11 checks passed
@eder-matheus eder-matheus deleted the grt_fix branch December 31, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GRT: Bad GRT guides results in DRT break
3 participants