High Level Synthesis (HLS) Counter Example HLS Generate testbench QSYS system FAILED
I have a Windows 10 machine. I installed Quartus Prime Lite 21.1.1 and HLS Pro 22.2. I know that I only have access to CycloneV
To test HLS, I tried the counter example and followed the steps in Section 2.2 of the Getting Started Guide . When I execute "build.bat test-x86-64", everything is fine. After modifying the build.bat file so that -march=CycloneV instead of -march=Arria10, I tried "build.bat test-fpga" and get the following output:
i++ -march=CycloneV counter.cpp -o test-fpga.exe
HLS Generate testbench QSYS system FAILED.
See c:/Users/bente/Desktop/counter/test-fpga.prj/debug.log for details.
Run test-fpga.exe to execute the test.
I also tried it with some other easy multiplication example and after I enter the command "i++ -march=CycloneV mult.cpp -o mult.exe", I get the same error.
Is there anybody who knows what this error means? Also, I attach debug.log file in the hopes that it may be of some help.
Thanks in advance
Hello again.
I couldn't work on this job for a while. After trying your recommendations, I realized that I cannot create a regular Quartus project because my machine does not run Quartus well as it is too old. When I tried the same procedure on a newer machine I was able to make HLS work.
Thanks a lot for your help.