Altera_Forum
Honored Contributor
10 years agoOpenCL for Arria 10 in Quartus 15.1
Hi,
I found there is an updated Quartus 15.1 available on Altera download site. Does it support OpenCL-FPGA mapping for new products like Arria 10? I'm asking since Arria 10 was mentioned in "Altera SDK for OpenCLGetting Started Guide": • Quartus Prime Standard Edition software for devices other than Arria® 10 devices • Quartus Prime Pro Edition software for Arria 10 devices However, after downloading/installing the Quartus Prime Pro Edition, I don't see any Arria 10 related files in hld/board dir, s5_ref is the only supported device:$ ls /home/utils/altera/15.1_pro/hld/board
c5soc custom_platform_toolkit dspba_sil_jtag dspba_sil_pcie s5_ref
$aoc --list-boards
Board list:
s5_ref
If Arria 10 is supported in this build, what should I do to enable OpenCL compilation for Arria 10? Thanks