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

[Op] Support get_slice/set_slice for integer numbers #34

Closed
chhzh123 opened this issue Mar 14, 2022 · 1 comment
Closed

[Op] Support get_slice/set_slice for integer numbers #34

chhzh123 opened this issue Mar 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@chhzh123
Copy link
Member

Vivado HLS provides range selection for arbritray precision integers. We also need to support that by providing new operators GetIntSlice and SetIntSlice.

ap_range_ref ap_(u)int::range (unsigned Hi, unsigned Lo)
ap_range_ref ap_(u)int::operator () (unsigned Hi, unsigned Lo)
@chhzh123 chhzh123 added the enhancement New feature or request label Mar 14, 2022
@chhzh123 chhzh123 added this to the Integration tests milestone Mar 14, 2022
@chhzh123 chhzh123 self-assigned this Mar 14, 2022
@chhzh123
Copy link
Member Author

See the issue in HeteroCL repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant