Compiler Debugging 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 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
known-tripcount
Convert an unknown trip count to known trip count.
known-tripcount=100
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