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

ID 683846
Date 6/21/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

11.1.4. 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