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

ID 683846
Date 12/19/2022
Public
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