Forum Discussion
Altera_Forum
Honored Contributor
8 years agohanuy in OpenCL project
Hi, I am very new to programming in OpenCL on FPGAs. My question is if I want to include in my project Avalon-ST interface how do I include it in OpenCL file? If I understood well it is done ...
Altera_Forum
Honored Contributor
8 years agoYou can mix HDL with OpenCL by using the HDL module as an OpenCL library. The process is described in "Intel FPGA SDK for OpenCL Programming Guide, Section 12.1". You can also use Intel HLS instead of OpenCL.