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.