Intel® FPGA AI Suite: SoC Design Example User Guide

ID 768979
Date 4/05/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.6. Adding Compiled Graphs (AOT files) to the SD Card

An AOT file contains instructions for the Intel® FPGA AI Suite IP to “execute” in order to perform inference. The M2M design variant and the S2M design variant require different AOT files. The instructions in this section create both AOT files.

To add the compiled graphs to the SD card in the Intel® Arria® 10 SX SoC FPGA Development Kit:
Tip: If you completed the Intel® FPGA AI Suite Quick Start Tutorial in the Intel® FPGA AI Suite Getting Started Guide, you can skip steps 1-3.
  1. Create the $COREDLA_WORD directory, if you have not already done so.
  2. Prepare OpenVINO™ Model Zoo and Model Optimizer.
  3. Prepare a model.
    Tip: If you completed the Intel® FPGA AI Suite Quick Start Tutorial in the Intel® FPGA AI Suite Getting Started Guide , you have already completed these first three steps.
  4. Confirm that you have the following directory:
    $COREDLA_WORK/demo/models/public/resnet-50-tf/FP32/

    If you do not have this directory, confirm that you have completed the first three steps.

  5. Compile the graphs.
  6. Copy the compiled graphs to the SD card.