Intel HLS compiler is hanging during compilation
Hi all
I finally managed to get my HLS compiler working and already successfully compiled one of the example projects. So I gave it a try with my own design. First it looked good. The compiler started to build up the file structure in my folder:
Also inside the project folder it started to create the files:
But after the compiler was still working after 10 minutes, I checked the folders again if something happened. The files still looked the same! So I thought maybe I'm just impatient and let it run over lunch. Even after 3 hours, the compiler still did not finish and also the files in the folders did not change. So I decided to stop and repeat it. Still the same. The compiler stays in the following condition for hours:
There was no error returned by the compiler. Also the log files did not contain any information. Is it really possible that the process takes this long? Does anyone have a hint how to debug this or what could be wrong on my side?
I am using the following setup:
- Intel Quartus 22.1
- Intel HLS compiler 21.4
- Microsoft Visual Studio Professional 2017