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

User should be able to set unused register width for bulk reads. #3

Open
tannerblair opened this issue Sep 30, 2016 · 0 comments
Open

Comments

@tannerblair
Copy link
Contributor

Currently all registers in the clumping algorithm must be contiguous. The user should be able to specify a certain acceptable distance between two non-contiguous registers. EX:

Registers Used: {2, 1, 5, 6, 7, 9}
Distance = 0
Groups: {1 to 2}, {5 to 7}, {9}
No Mask

Distance =2
Groups: {1 to 2}, {5 to 9}
Mask 8

Distance = 4
Groups {1 to 9}
Mask 3, 4, 8

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

No branches or pull requests

1 participant