Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- The code has to wait for load to complete to know if write_channel_altera() should be done during the next iteration -- so that's your loop-carried dependency. --- Quote End --- But isn't that the case as well in the third code sample I gave. I don't get any timing issues there. Furthermore: when I comment out that part of the code as follows, the problem persists:
//if(endmarker_reached) {
write_channel_altera(chan, value);
//}
As for the 15.1 compiler: Unfortunately I don't have a board support package for that yet.