Forum Discussion
MuhammadAr_U_Intel
Contributor
7 years agoHi,
HLS tool will help you to convert your C code to HDL code, output from HLS provides you a Quartus project and an IP component as well that can be used in Platform designer to integrate with rest of the system.
Now in your case you need to connect avalon MM slave component, so you will need a avalon mm master from HLS.
I would suggest start from a simpler example like "counter' to familiarize your self with the output files generated by HLS, followed by using interface examples for HLS located in installation directory. "C:\intelFPGA\18.1\hls\examples\tutorials\interfaces"
Thanks,
Arslan