Compiler Debugging 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 Debugging options specify features of the compiler to enable troubleshooting errors during the build process, such as increased log details and consistency checking in the source code.

adf-api-log-level

ADF API log-level. Available values are as follows:

  • 0: errors
  • 1: level-0 + warnings
  • 2: level-1 + info messages
  • 3: level-2 + debug messages

The default is 2.

adf-api-log-level=3
kernel-linting

Perform consistency checking between graphs and kernels. Accepted values are true and false. The default is false.

kernel-linting=true
quiet

Suppress output of the compiler. Accepted values are true and false. The default is false.

quiet=true
verbose

Verbose output of the compiler. Accepted values are true and false. The default is false.

verbose=true
Tip: Can be used with log-level to increase the verbosity of the logs. For example:
log-level=4