Specifications
Example
puts [get_break_slave_desc] Returns: onchip_ram_64_kbytes
get_cpu_name
Usage
get_cpu_name
Options
None
Description
Returns the name of the BSP specific processor.
Example
puts [get_cpu_name] Returns: cpu_0
get_current_memory_regions
Usage
get_current_memory_regions
Options
None
Description
Returns a sorted list of records representing the existing linker script memory regions. Each record in the
list represents a memory region. Each record is a list containing the region name, associated memory
device slave descriptor, offset, and span, in that order.
Example
puts [get_current_memory_regions] Returns: {reset onchip_ram0 0 32} {onchip_ram0
onchip_ram0 32 1048544}
get_current_section_mappings
Usage
get_current_section_mappings
Options
None
15-70
get_cpu_name
NII5V2
2015.05.14
Altera Corporation
Nios II Software Build Tools Reference
Send Feedback