You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
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 .
The text was updated successfully, but these errors were encountered: