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 Mingqiang,
The workaround you mentioned for v19.1 is meant for a different Internal Error.
Can you provide your project file so I can reproduce your error?
Thanks,
Nurina
Hi Nurina,
Thank you very much for your reply!
I firstly correct myself that at the full compilation stage this error occurs, not just at rapid recompilation.
The original file is too big to contain even after compression and so I attach a similar project without compilation.
This project is based on Quartus 15.1 standard edition installed on Linux.
If you compile this project directly using the command below, you are likely to find the error attached above.
aoc -v .aoco (project directory) --board c5soc
I personally also has some finding of the errors and would like to share them here.
The text file that records the whole compilation flow of the project is attached as error_file.txt.
The errors are at line 8008 and 8009.
Mingqiang