Use -address-filter-file <path> to
specify the address filter file. The purpose of this file is to specify modules that
must be removed from the configuration. The address filter file is a text file. In
it, each line that starts with the dash (minus) character specifies an address
range, and you should remove all initializations for that range. 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.