Forum Discussion
Altera_Forum
Honored Contributor
10 years agoIt'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"?
But yeah, I've also had odd cases with the estimates. I'm currently using a kernel that was estimated to take 190%. It ended up still fitting, but the compilation took a lot of time. I've never encountered an estimate below 100% that didn't work though.