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

Add expandBoundingBox method to API #1395

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Add expandBoundingBox method to API #1395

merged 2 commits into from
Nov 26, 2024

Conversation

mmicko
Copy link
Member

@mmicko mmicko commented Nov 22, 2024

Add expandBoundingBox method to main nextpnr API and Himbaechel API to be able to handle architectures and uarch that have different needs for expanding bound box.

Used oportunity to remove Mistral specifics in router2.cc and move it into architecture specific file.

@mmicko mmicko requested a review from gatecat November 22, 2024 15:10
docs/archapi.md Outdated

### void expandBoundingBox(BoundingBox &bb) const

Updates bounding box to expand search space when routing is failing to find possible route.
Copy link
Member

Choose a reason for hiding this comment

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

Maybe a little bit more explanation here would be good?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sure. Updated.

@gatecat gatecat merged commit 0e69425 into master Nov 26, 2024
16 checks passed
@gatecat gatecat deleted the bb branch November 26, 2024 09:13
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.

2 participants