Forum Discussion
Altera_Forum
Honored Contributor
8 years agoData dependency caused by conditional global memory read
Hi, When I compile my code, in the loop analysis of the generated report file there's one loop which has iteration interval of 4, which means it's not pipelined well.
for (uint loop...
Altera_Forum
Honored Contributor
8 years agoWhich line is line 122 in your code? False dependencies on "global" buffers can be avoided by adding# pragma ivdep array(*buffer_name*) before the loop (Best practices guide, Section 5.2). Note that incorrect use of this pragma WILL result in incorrect output.