Due to a problem with the adjust_pll script, the Intel® FPGA PAC D5005 OpenCL™ kernel may fail to generate hardware when ALUT resources are higher than 1,000,000.
Open the file adjust_plls_mcp.tcl inside the directory "<DCP Installation Directory>/opencl/opencl_bsp/hardware/pac_s10_dc/build/scripts" and make the following modifications.
From
"set aluts_l [regsub "," [get_fitter_resource_usage -alut] "" ]"
To
"set aluts_l [regsub -all "," [get_fitter_resource_usage -alut] "" ]"
This problem is expected to be fixed in a future version of the pac_s10_dc board support package.