Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16606 Discussions

I am a beginner in Quartus, i have a c code i want to convert it to vhdl code, can i use HLS compiler?

MBarh1
Beginner
1,030 Views
 
0 Kudos
1 Reply
AnilErinch_A_Intel
974 Views

Hi

 

The HLS compiler can convert the HLS targeted C/C++ code to the RTL.

https://www.intel.in/content/www/in/en/software/programmable/quartus-prime/hls-compiler.html

You can also convert C files for hardware acceleration to HDL using NIOS II ,C2H compiler also.

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/wp/wp-aghrdwr.pdf

But to be exact , if you have a general purpose C program , it will not be 1:1 converted to VHDL using Quartus.

The conversion happens to support the specific functions at the target hardware.

 

Thanks and Regards

Anil

 

0 Kudos
Reply