How to use pac_a10 with Intel FPGA SDK for OpenCL 19.2?
Hi, all.
I use Intel® Acceleration Stack Version 1.2 with Intel® Programmable Acceleration Card with Intel Arria® 10 GX FPGA on CentOS Linux release 7.2.1511.
Intel® Acceleration Stack Version 1.2 includes Intel FPGA SDK for OpenCL 17.1.1 and board support package for pac_a10, which works very well.
I try to use Intel FPGA SDK for OpenCL 19.2 with the board, to see if there is any performance improvement. Although board_env.xml indicates that the board support package is intended for Quartus 17.1, I try to include it from 19.2 with env var AOCL_BOARD_PACKAGE_ROOT.
However, the following error occurs. I also attached the full log.
Error (16045): Instance "ccip_std_afu|bsp_logic_inst|board_inst" instantiates undefined entity "board" File: /scratch/heehoon/polybench-gpu-1.0-mini/OpenCL/2DCONV/2DConvolution.cl_workspace_aocl19-multi/__all___workspace/ndi1_workspace_19/kernel0/build/bsp_logic.sv Line: 133
Error (16185): Can't elaborate user hierarchy "ccip_std_afu|bsp_logic_inst|board_inst" File: /scratch/heehoon/polybench-gpu-1.0-mini/OpenCL/2DCONV/2DConvolution.cl_workspace_aocl19-multi/__all___workspace/ndi1_workspace_19/kernel0/build/bsp_logic.sv Line: 133
Error (16185): Can't elaborate user hierarchy "ccip_std_afu|bsp_logic_inst" File: /scratch/heehoon/polybench-gpu-1.0-mini/OpenCL/2DCONV/2DConvolution.cl_workspace_aocl19-multi/__all___workspace/ndi1_workspace_19/kernel0/build/BBB_cci_mpf/hw/rtl/cci-mpf-if/cci_mpf_if.vh Line: 38Quartus cannot find board entity, which is strange, since board/synth/board.v contains the board module when I check the build directory.
Is this expected behaviour? Can't I use board support package for 17.1.1 with Quartus 19.2?
Thanks in advance.