Specifications
get_assignment
Usage
get_assignment <module_name> <assignment_name>
Options
• <module_name>: Module instance name to query for assignment
• <assignment_name>: Module instance assignment name to query for
Description
Returns the name of the value of the assignment for a specified module instance name.
Example
puts [get_assignment "cpu0" "embeddedsw.configuration.breakSlave"] Returns: memory_0.s0
get_available_drivers
Usage
get_available_drivers <module_name>
Options
• <module_name>: String with the name of the module to query.
Description
Returns a list of available device driver names that are compatible with the specified module instance. The
list is empty if there are no drivers available for the specified slave descriptor. The format of each entry in
the list is the driver name followed by a colon and the version number (if provided).
Example
puts [get_available_drivers jtag_uart] Returns: altera_avalon_jtag_uart_driver:7.2
altera_avalon_jtag_uart_driver:6.1
get_available_sw_packages
Usage
get_available_sw_packages
Options
None
Description
Returns a list of software package names that are available for the current BSP. The format of each entry
in the list is a string containing the package name followed by a colon and the version number (if
provided).
15-68
get_assignment
NII5V2
2015.05.14
Altera Corporation
Nios II Software Build Tools Reference
Send Feedback