Address Filter File - 2023.1 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2023-07-26
Version
2023.1 English

The address filter file is specified using the -address-filter-file <path>. The purpose of this file is to specify modules that must be removed from the configuration. The address filter file is a text file where each line starting with the dash (minus) character specifies an address range for which all initializations should be removed. Example:

# Remove configuration of UART0
-UART0

The list of modules used in a design can be generated using the -output-modules option. This can be a useful starting point for the address filter file.