File Options - 2023.2 English

Vitis Unified Software Platform Documentation: Application Acceleration Development (UG1393)

Document ID
UG1393
Release Date
2023-12-13
Version
2023.2 English

The file options are used for file management activities through the config file, such as specifying include files and output file names.

include

This option can be used to include additional directories in the include path for the compiler front-end processing. Specify one or more include directories.

output

Specifies an output.json file that is produced by the front end for an input data flow graph file. The output file is passed to the back-end for mapping and code generation of the AI Engine device. This is ignored for other types of input.

output-archive

Specify output archive name which will contain compiled AI Engine artifacts (default: libadf.a). The output archive is written to the component directory above the Work directory. The libadf.a file is still written by the tool.

output-archive=myGraph.a