Skip to content

Conversation

@clavin-xlnx
Copy link
Member

This PR makes two changes:

  1. EDIFTools.getBitBlastedIndicies() name was refactored to EDIFTools.getBitBlastedIndices() and the previous spelling was marked for deprecation due to a mispelling.

  2. The return value of this method for a single bit port was changed such that instead of returning null, it now returns an array with a single value in it {0}. This behavior lends itself to simplifying code that traverses over ports such that it removes the need to check if it is a bussed port or single bit port.

Copy link
Collaborator

@eddieh-xlnx eddieh-xlnx left a comment

Choose a reason for hiding this comment

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

I think this is an improvement?

Co-authored-by: eddieh-xlnx <[email protected]>
Signed-off-by: Chris Lavin <[email protected]>
clavin-xlnx and others added 2 commits November 13, 2025 12:26
@clavin-xlnx clavin-xlnx merged commit 8ba3a54 into 2025.2.0 Nov 13, 2025
14 checks passed
@clavin-xlnx clavin-xlnx deleted the refactor_bitblast branch November 13, 2025 22:12
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.

3 participants