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

Changes to support new array-based cell pin mappings #1101

Draft
wants to merge 2 commits into
base: 2024.2.0
Choose a base branch
from

Conversation

clavin-xlnx
Copy link
Member

Instead of using a HashMap<String,String> to store cell-based physical to logical pin mappings, a new scheme using a String[] where the length of the array is the number of BELPins on the BEL upon the cell is placed. Therefore, the physical pin name is not explicitly stored and only the logical pin name is in the array.

@clavin-xlnx clavin-xlnx added the needs new release Dependent on the next future release label Nov 12, 2024
@clavin-xlnx clavin-xlnx added this to the 2024.2.0 milestone Nov 12, 2024
@eddieh-xlnx
Copy link
Collaborator

Don't forget to target the 2024.2.0 branch.

@clavin-xlnx clavin-xlnx marked this pull request as draft November 12, 2024 17:40
@clavin-xlnx clavin-xlnx changed the base branch from master to 2024.2.0 November 12, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs new release Dependent on the next future release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants