Intel® FPGA AI Suite: SoC Design Example User Guide

ID 768979
Date 12/01/2023
Public

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

Document Table of Contents

3.3.2. Building the FPGA Bitstreams

The Intel® FPGA AI Suite SoC design example also includes prebuilt demonstration FPGA bitstreams. If you want to use the prebuilt demonstration bitstreams in your SD card image, skip ahead to Installing HPS Disk Image Build Prerequisites.

If you build your own bitstreams and do not have an Intel® FPGA AI Suite IP license, then your bitstream have a limit of 10000 inferences. After 10000 inferences, the unlicensed IP refuses to perform any additional inference. To reset the limit, reprogram the FPGA device.

To build the FPGA bitstreams, run the following commands:
dla_build_example_design.py \
 -ed 4_A10_S2M \
 -n 1 \
 -a 
$COREDLA_ROOT/example_architectures/A10_Performance.arch \
 --build \
 --build-dir 
$COREDLA_WORK/a10_perf_bitstream \
 --output-dir $COREDLA_WORK/a10_perf_bitstream

The bitstreams built by these commands support both the M2M execution model and the S2M execution model.