Specifications
Description
Returns a string describing the BSP setting.
Example
puts [get_setting_desc hal.enable_gprof]
Returns:
"This example compiles the code with gprof profiling enabled and links \
the application .elf with the GPROF library. If true, adds \
-DALT_PROVIDE_GMON to ALT_CPPFLAGS and -pg to ALT_CFLAGS in public.mk."
get_slave_descs
Usage
get_slave_descs
Options
None
Description
Returns a sorted list of all the slave descriptors connected to the Nios II processor.
Example
puts [get_slave_descs]
Returns:
jtag_uart0 onchip_ram0
is_char_device
Usage
is_char_device <slave_desc>
Options
• <slave_desc>: String with the slave descriptor to query.
Description
Returns a boolean value that indicates whether the slave descriptor is a character device.
15-78
get_slave_descs
NII5V2
2015.05.14
Altera Corporation
Nios II Software Build Tools Reference
Send Feedback