Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHi Miguel,
You do need a AOCL license to compile your OpenCL kernel code (and for synthesis as well). The board is only necessary when you want to perform actual performance evaluation using a real FPGA. The emulator is useful for functional debug of your kernel; the OpenCL kernel code is compiled into a shared-library that is called at runtime, which enables debugging using any traditional debugger such as GDB. Hope this helps. David