The address filter file is specified using the -address-filter-file
<path>
. The purpose of this file is to specify modules that should
be removed from the configuration. The address filter file is text file where each
line starting with the dash (minus) character specifies a 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.