Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- This could be anything from a race condition that is not properly emulated by the emulator to a bug in the compiler. Pretty much the only way to debug code on the FPGA is to use printf from inside the kernel, and that is only if the kernel does not deadlock. --- Quote End --- Thanks for your reply! My kernels are all task kernel. That is to say mutiple kernels read/write one global variable ?