Forum Discussion
Altera_Forum
Honored Contributor
8 years ago#pragma loop_coalesce on aocl 17.0 crashes during compile
Hello folks, I am attempting to compile a kernel that I know in aocl 15.1 will use > 100% logics. Hence I m using AOCL 17.0 and the# pragma loop_coalesce in the hope to reduce the logic utiliza...
Altera_Forum
Honored Contributor
8 years agoYou can disable the auto unrolling by using "#pragma unroll 1" and see if it fixes your problem. However, if the issue still occurs in the latest version of Quartus/AOC (v17.1), I recommend reporting the issue directly to Altera.