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

ObjectFIFO unroll algorithm does not unroll newly generated for loops #1703

Closed
AndraBisca opened this issue Aug 19, 2024 · 0 comments
Closed
Assignees

Comments

@AndraBisca
Copy link
Collaborator

AndraBisca commented Aug 19, 2024

The unroll algorithm introduced by #1545 may sometimes generated new for loops in order to account for remainder iterations of original input for loops (i.e. when the original loop number of iterations is not a multiple of the unroll factor). However, does newly introduced for loops need to be unrolled as well to achieve functional correctness from the object FIFOs. This is shown in #1716 .

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

2 participants