Intel® FPGA SDK for OpenCL™ Standard Edition: Programming Guide

ID 683342
Date 4/22/2019
Public
Document Table of Contents

12.1.3. Packaging an RTL Component for an OpenCL Library

Before creating an OpenCL™ library file, package each RTL component into a .aoco file.

Hardware generation is not necessary for the creation of a .aoco file. Compile the OpenCL source file using the -c Intel® FPGA SDK for OpenCL™ Offline Compiler command option.

To package an RTL component into a .aoco file, invoke the following command: aoc -c <RTL component description file name>.xml -o <RTL object file name>.aoco