Forum Discussion
STA failed during rapid recompilation
- 5 years ago
Hi,
I was able to reproduce your problem in Quartus Standard version 15.1.2, but not in the later versions. Unfortunately our engineering team does not support Quartus Standard version 15.1.2 anymore so I cannot report this problem to them.
I suggest you migrate to Quartus Standard v19.1 as the error does not arise in this version. This is the latest version of Quartus Standard that still support OpenCL. Also since you're using ALTERAOCLSDKROOT in your design it needs to be changed to INTELFPGAOCLSDKROOT as it has been upgraded in v19.1.
Regards,
Nurina
Hi,
I can't seem to reproduce your error because the qar shared didnt include the system.qip file. Is it possible for you to share a zip file of the project?
Thanks,
Nurina
Sure!
In order to reproduce the errors, all error files need to be restored to the original project.
Here is the step:
1, Cut all files in the error_file6 into the db folder in the error_file2.
2, Cut all non-folder files in the error_file8 into the incremental_db folder in the error_file4.
3, cut all folder from the error_file2 to error_file8 into the float_add_mult folder in the error_file1.
4, the error_file1 is now the original project.
After doing these, open the float_add_mult project top.qdf files.
Then use Quartus 15.1 standard edition to perform full compilation. (Or use command "quartus_sh --flow compile top -c top" from linux terminal.)
You will reproduce the error.
Thank you!
Mingqiang