Importing and Exporting Address Map from the Address Editor - 2022.2 English

Vivado Design Suite User Guide: Designing IP Subsystems Using IP Integrator (UG994)

Document ID
UG994
Release Date
2022-10-19
Version
2022.2 English

An existing address map in a .csv file can be imported into the address editor to do the address assignment. Address map from an existing design can also be exported to a .csv file. To do so, right-click anywhere in the address editor, and select Export to file (to write out) or Import from file (to bring in) from the context menu.

Figure 1. Context Menu

The corresponding Tcl commands are as shown below:

assign_bd_address -import_from_file <path_to_csv_file_input>
assign_bd_address -export_to_file <path_to_the_csv_file_output>

Pre-existing address map information (or specific segments from pre-assigned address map) can also be overwritten by reading a .csv file containing the new address map.