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

4.5. Programming the FPGA Offline or without a Host (program <device_name>)

To program an FPGA device offline or without a host, invoke the program utility command.
At a command prompt, invoke the aocl program <device_name> <your_kernel_filename>.aocx command
where:

<device_name> refers to the acl number (for example, acl0 to acl127) that corresponds to your FPGA device, and

<your_kernel_filename>.aocx is the executable file you use to program the hardware.

Note: To program an SoC, specify the full path of the device when invoking the program utility command. For example, aocl program /dev/<device_name> <your_kernel_filename>.aocx.