Skip to content

resize atoms_lookup after adding a new cluster #2580

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

Closed
wants to merge 1 commit into from

Conversation

KA7E
Copy link
Contributor

@KA7E KA7E commented Jun 4, 2024

resize the atoms_lookup data structure after adding a new cluster

Description

resize the atoms_lookup data structure after adding a new cluster using the re-clustering API

Related Issue

Motivation and Context

The legalizer creates clusters and later uses this lookup during legality checking and repair; the data structure needs to be resized to accommodate the new cluster.

How Has This Been Tested?

Types of changes

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

@KA7E KA7E closed this Jun 4, 2024
@KA7E
Copy link
Contributor Author

KA7E commented Jun 4, 2024

Changed my mind.

@github-actions github-actions bot added VPR VPR FPGA Placement & Routing Tool lang-cpp C/C++ code labels Jun 4, 2024
@KA7E KA7E deleted the update_data_structures_when_creating_cluster branch June 4, 2024 17:57
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.

1 participant