File Options - 2023.1 English

Vitis Unified IDE and Common Command-Line Reference Manual (UG1553)

Document ID
UG1553
Release Date
2023-07-17
Version
2023.1 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. Note that the libadf.a file is still written by the tool.
output-archive=myGraph.a