Address Filter File - Address Filter File - 2026.1 English - UG1283

Bootgen User Guide (UG1283)

Document ID
UG1283
Release Date
2026-06-23
Version
2026.1 English

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.