Visible to Intel only — GUID: mmk1659016164650
Ixiasoft
Visible to Intel only — GUID: mmk1659016164650
Ixiasoft
16.5.2.31. get_module_name
Usage
get_module_name <slave_desc>Options
- <slave_desc>: String with the slave descriptor to query.
Description
Returns the name of the module instance associated with the slave descriptor. If a module with one slave, or if it has multiple slaves connected to the same resource, the slave descriptor is the same as the module name. If a module has multiple slaves that do not connect to the same resource, the slave descriptor consists of the module name followed by an underscore and the slave name.
Example
puts [get_module_name multi_jtag_uart0_s1]Returns:
multi_jtag_uart0