Forum Discussion
3 Replies
- HRZ
Frequent Contributor
That is indeed the main point of the HLS compiler. You can find the documentation here:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/hls/ug-hls.pdf
- NSuku1
New Contributor
Thanks. I was wondering that all the examples are given only in C++
https://www.intel.com/content/www/us/en/software/programmable/quartus-prime/hls-compiler.html
- HRZ
Frequent Contributor
Sorry, I thought you meant C/C++ vs. other languages rather than C vs. C++. Either way, the "Intel High Level Synthesis Compiler Reference Manual, Section 3.1" says a subset of C99 and C++ are supported. However, the focus seems to be on C++.