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: complete route flow before failing due to congestion #6076

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

eder-matheus
Copy link
Collaborator

Fixes #6073.

  • When the design has congestion, grt will complete its flow and save the guides in odb before the error.
  • The -allow_congestion flag is preserved for cases where the user wants to go through drt even with congestion in grt.
  • odb::dbGuide was updated with the is_congested flag. This is used inside drt to ensure that it will not route a design that has global routing congestion. However, when the -allow_congestion flag is used in grt, this flag is set to false.

Copy link
Contributor

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

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: store route guides even when it fails with congestion
1 participant