Forum Discussion
Hi @Desani,
Thank you for posting in Intel community forum and hope all is well.
Mind if I asked which example design did you tried to compile on?
And it would be helpful to let us know what are the command that you run to get the error?
My guess you are trying to compile and generate the IP and there are some issues on the quartus tcl script.
If its convenient if you can also share the screenshot of the error logs to help understand further.
Looking forward for you reply.
Best Wishes
BB
Hello,
We tried to compile "tutorials/best_practices/optimize_ii_using_hls_register" on a Linux machine.
When I run "make" I get this message in the terminal:
i++ -march=Arria10 --quartus-compile -ghdl part_1_implemented_using_memory_module.cpp -o part_1_implemented_using_memory_module
HLS run Quartus compile FAILED.
See /home/jlrainbolt/tutorials/best_practices/optimize_ii_using_hls_register/part_1_implemented_using_memory_module.prj/debug.log for details.
make: *** [part_1_implemented_using_memory_module] Error 1
In "part_1_implemented_using_memory_module.prj/debug.log" (attached), the error message is
Error (23031): Evaluation of Tcl script /opt/intelFPGA_pro/21.4/quartus/common/tcl/internal/qsh_flowengine.tcl unsuccessful
If I open "part_1_implemented_using_memory_module.prj/quartus/quartus_compile.qpf" in Quartus and press the play button, the compilation fails with no error messages shown (as in the attached screenshot).
Thank you!