Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- It's possible that without the# pragma unroll the compiler unrolls the loop on its own. Have you tried force disabling unrolling with "#pragma unroll 1"? --- Quote End --- I didn't think about it, will for sure look into it! Thanks.