Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Introduce a variant of RegisterBank for arrays #65

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Conversation

rauhul
Copy link
Collaborator

@rauhul rauhul commented Jan 10, 2024

Introduces a variant of the @RegisterBank macro which has offset,
stride, and count arguments. This macro, in conjunction with a new
RegisterArray type, allows users to declare a logical vector of
registers with a user defined stride between them.

Introduces a variant of the `@RegisterBank` macro which has offset,
stride, and count arguments. This macro, in conjunction with a new
`RegisterArray` type, allows users to declare a logical vector of
registers with a user defined stride between them.
@rauhul rauhul merged commit 1f8ee39 into main Jan 10, 2024
@rauhul rauhul deleted the register-array branch January 10, 2024 23:04
@rauhul
Copy link
Collaborator Author

rauhul commented Jan 10, 2024

Fixes #30

rauhul added a commit that referenced this pull request Jan 10, 2024
Introduces a variant of the `@RegisterBank` macro which has offset,
stride, and count arguments. This macro, in conjunction with a new
`RegisterArray` type, allows users to declare a logical vector of
registers with a user defined stride between them.

Fixes #30
ugurkoltuk added a commit that referenced this pull request Jan 13, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant