getaddrmap

Get the address ranges of IP connected to processor.

Syntax

getaddrmap <hw proj | hw spec file> <processor-instance>

Return the address ranges of all the IP connected to the processor in a tabular format, along with details like size and access flags of all IP.

Options

None

Returns

If successful, this command returns the output of IPs and ranges. Otherwise it returns an error.

Example(s)

getaddrmap hw1 ps7_cortexa9_0

Return the address map of peripherals connected to ps7_cortexa9_0. hw1 is the hw project, which is created using command 'createhw'.

getaddrmap system.hdf ps7_cortexa9_0

Return the address map of peripherals connected to ps7_cortexa9_0. system.hdf is the hw specification file exported from Vivado.