Specifications
Options
• <assignment-name>: Name of the module assignment to retrieve the value for, as defined for the
module instance in the .sopcinfo file
Description
Given a module assignment key, return the assignment value of a module associated with the callback
script using this command. The callback script must be set in the *_sw.tcl file using the following
command:
set_sw_property callback_source_file <filename>
Example
puts [get_module_assignment embeddedsw.configuration.isMemoryDevice]
Returns:
true
get_module_name
Usage
get_module_name
Options
None
Description
Returns the name of the module associated with the callback script using this command. The callback
script must be set in the *_sw.tcl file using the following command:
set_sw_property callback_source_file <filename>
Example
puts [get_module_name]
Returns:
jtag_uart
get_module_peripheral
Usage
get_module_peripheral <irq-number>
Options
• <irq-number>: IRQ number to locate connected peripheral device
NII5V2
2015.05.14
get_module_name
15-95
Nios II Software Build Tools Reference
Altera Corporation
Send Feedback