fellipe-leandro
New Contributor
6 years agoOpenCL FPGA incremental compilation error
Hello,
I'm trying to compile a kernel (.cl) file in the FPGA devcloud (node s001-n137 : Arria 10 1.2) using the -incremental option for the first time, but the compilation process throws this error:
Error (23031): Evaluation of Tcl script a10_partial_reconfig/flow.tcl unsuccessful
The command line that I used to perform the compilation is:
aoc -profile -incremental input_file.cl -o output_file.aocx -board=pac_a10
Without the -incremental option the compilation is successful.
What could be causing this error for incremental compilation?