Forum Discussion

caron's avatar
caron
Icon for New Contributor rankNew Contributor
6 years ago

Intel FPGA SDK for OpenCL : how to generate an aocx file by the output of the OpenCL parser?

I want to modifying the Verilog code in the output of the OpenCL parser. Which is generated by the command "aoc -c -g device/vector_add.cl". And then I want to generate .aocx file from the folder. ...