Forum Discussion
Altera_Forum
Honored Contributor
11 years agoDouble check your kernel to make sure there are not any coding structures that could cause the compiler problems (like recursion). If you have any of the performance attributes or the unroll pragma defined in your kernel try scaling those back. The only time I have run into the issue you are seeing is when had an incredibly deep dependency tree in my kernel that became much worst when I unrolled a long loop.