Forum Discussion
Altera_Forum
Honored Contributor
8 years agoWhat information are you specifically looking for? If you are using the single work-item programming model, in which the kernel is basically a piece of sequential C code, you can always use the kernel code as a standard C function, and use gcc's code coverage analysis. For NDRange kernels, there is probably nothing official, but you can also convert those to standard sequential C code and perform the analysis.