Skip to content

Redundant Physical Type #2607

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

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Redundant Physical Type #2607

merged 2 commits into from
Jun 18, 2024

Conversation

amin1377
Copy link
Contributor

get_physical_tile_type is a function that returns a pointer to the physical tile corresponding to a ClusterId. There is a similar function in vpr_utils with similar functionality (physical_tile_type). The only difference is that get_physical_tile_type will return a tile type even if the cluster is not placed (for drawing purposes). Instead of having a separate function, I call that function directly if the block is not placed.

@github-actions github-actions bot added VPR VPR FPGA Placement & Routing Tool lang-cpp C/C++ code labels Jun 12, 2024
@vaughnbetz
Copy link
Contributor

Good to also open the graphics and check that everything works. Once you confirm all is good, go ahead and merge.

@amin1377
Copy link
Contributor Author

I tested the graphics, and it seems to be working as before.

@amin1377 amin1377 merged commit 31f0fbb into master Jun 18, 2024
53 checks passed
@amin1377 amin1377 deleted the redundant_physical_type branch June 18, 2024 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang-cpp C/C++ code VPR VPR FPGA Placement & Routing Tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants