Specifications

get_memory_region
Usage
get_memory_region <name>
Options
<name>: String with the name of the memory region.
Description
Returns the linker script region information for the specified region. The format of the region is a list
containing the region name, associated memory device slave descriptor, offset, and span in that order.
Example
puts [get_memory_region reset]
Returns:
reset onchip_ram0 0 32
get_module_class_name
Usage
get_module_class_name <module_name>
Options
<module_name>: String with the module instance name to query.
Description
Returns the name of the module class associated with the module instance.
Example
puts [get_module_class_name jtag_uart0]
Returns:
altera_avalon_jtag_uart
get_module_name
Usage
get_module_name <slave_desc>
Options
<slave_desc>: String with the slave descriptor to query.
NII5V2
2015.05.14
get_memory_region
15-75
Nios II Software Build Tools Reference
Altera Corporation
Send Feedback