What are the supported Intel FPGAs and where are they listed? #1019
-
It's currently unclear which Intel FPGAs are currently supported and the value of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Jamie, we should be able to generate code for various Intel FPGA boards, as long as they are supported by the Intel FPGA OpenCL Offline Compiler ( To compile against a particular device, you need to change the Does this answer your question? Best, |
Beta Was this translation helpful? Give feedback.
Hi Jamie,
we should be able to generate code for various Intel FPGA boards, as long as they are supported by the Intel FPGA OpenCL Offline Compiler (
aoc
). We tested in hardware for a Nallatech Arria 10 board (a10gx
) and a Bittware Stratix 10 (p520_max_sg280l
).To compile against a particular device, you need to change the
board
configuration entry, indicating an FPGA whose BSP is installed in your system. You can get a list by runningaoc --list-boards
.Does this answer your question?
Best,
Tiziano