Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
663 Discussions

error: function 'read_channel_altera' is not supported by the Intel(R) FPGA SDK for OpenCL(TM), and no user definition is provided

RAlbe4
Beginner
1,245 Views

Hello,

I need some help to get rid of this error. I am running this on Arria 10 GX.

 

Thanks

0 Kudos
2 Replies
Fawaz_Al-Jubori
Employee
909 Views

Hello,

if you are migrating your kernel from older OpenCL SDK to a newer one, I assume this is due to the old name of the API used. Try to change write_channel_altera to write_channel_intel and read_channel_altera to read_channel_intel, and let me know if this could fix the error.

 

Thank you.

 

RAlbe4
Beginner
909 Views

Hello Fjumaah,

Your suggestion helped me. I can compile my kernel now without any issue.

 

Thank you

0 Kudos
Reply