AIE Graph - 2020.2 English

Model Composer and System Generator User Guide (UG1483)

Document ID
UG1483
Release Date
2020-11-18
Version
2020.2 English
This block allows you to import an AI Engine graph.

Library

AI Engine/User-Defined Functions

Description

The AIE Graph block allows you to import an AI Engine program that consists of a dataflow graph specification written in C++.

Parameters

Parameter Name Parameter Type Criticality Description
Graph Application File String Mandatory Specify the file (.cpp), where the adf dataflow graph is instantiated and connected to the simulation platform. This file should contain the main() function, from where the dataflow graph initializes and runs.
Graph Search paths vector of strings Mandatory

You can specify search paths where header files, kernels, and other include files can be found and included for simulation. The search path $XILINX_VITIS/adf/include (where adf.h is defined) is be included by default and does not need to be specified.

Preprocessor options   Optional

Optional preprocessor arguments for downstream compilation with specific preprocessor options.

The following preprocessor option formats are accepted and multiple can be selected: -Dname and -Dname=definition. That is, the optional argument must begin with -D and if the the option definition value is not provided, it is assumed to be 1.