Altera_Forum
Honored Contributor
11 years agoAOCL 14.0 compilation flow not working
Hello,
Since I updated the tools to 14.0, I cannot compile OpenCL kernels that compiled fine with the 13.1 release. I get the following output :aoc -v --report kernel.cl
aoc: Environment checks are completed successfully.
You are now compiling the full flow!!
aoc: Selected target board c5soc
aoc: Running OpenCL parser....
aoc: OpenCL parser completed successfully.
aoc: Compiling....
aoc: Linking with IP library ...
+--------------------------------------------------------------------+
; Estimated Resource Usage Summary ;
+----------------------------------------+---------------------------+
; Resource + Usage ;
+----------------------------------------+---------------------------+
; Logic utilization ; 30% ;
; Dedicated logic registers ; 13% ;
; Memory blocks ; 29% ;
; DSP blocks ; 20% ;
+----------------------------------------+---------------------------;
aoc: First stage compilation completed successfully.
aoc: Setting up project for QXP preservation flow....
And that's it. The program stays in this state for ever (or at least, for 60+ hours which is abnormal for a kernel that compiled under 1 hour in 13.1). The first phase (kernel analysis and .aoco generataion) works fine, but the compilation to .aocx fails to complete and the quartus_sh_compile.log is empty... What am I missing ? Did anyone else face a similar issue with the new release ? Thanks for your help