-ToIdent -ToIdent"> -ToIdent">
Product Documentation
Cadence Application Infrastructure SKILL Reference
Product Version IC23.1, November 2023

nmp<NameSpace>ToIdent

nmp<NameSpace>ToIdent(
t_identifier
)
=> m_Ident

Description

Maps t_identifier from a name space to an nmp Ident. In the function name, substitute <NameSpace> with the name space to which the identifier belongs. For example, nmpCDBAToIdent().

You can get a list of Cadence name spaces from the nmpGetSpaceNames() function.

You can map the Ident that is returned from this function to another name space with the nmpIdentTo<NameSpace> function.

Arguments

t_identifier

The identifier you want to map to Ident.

Value Returned

m_Ident

The identifier in Ident form. An nmp Ident is an opaque data structure that is the intermediate form to which identifiers are mapped when they are translated from one name space to another.

Additional Information

The following table lists all current nmp<NameSpace>ToIdent functions.

nmpCDBAToIdent()

Maps identifier from CDBA to an nmp Ident.

nmpConceptToIdent()

Maps identifier from Concept to an nmp Ident.

nmpDefToIdent()

Maps identifier from Def to an nmp Ident.

nmpGcfToIdent()

Maps identifier from Gcf to an nmp Ident.

nmpGenesisToIdent()

Maps identifier from Genesis to an nmp Ident.

nmpLefToIdent()

Maps identifier from Lef to an nmp Ident.

nmpPrintToIdent()

Maps identifier from Print to an nmp Ident.

nmpSdfToIdent()

Maps identifier from Sdf to an nmp Ident.

nmpSpfToIdent()

Maps identifier from Spf to an nmp Ident.

nmpSpectreToIdent()

Maps identifier from Spectre to an nmp Ident.

nmpSpectreHDLToIdent()

Maps identifier from SpectreHDL to an nmp Ident.

nmpSpefToIdent()

Maps identifier from Spef to an nmp Ident.

nmpSpiceToIdent()

Maps identifier from Spice to an nmp Ident.

nmpSysVerilogToIdent()

Maps identifier from SysVerilog to an nmp Ident.

nmpVerilogToIdent()

Maps identifier from Verilog to an nmp Ident.

nmpVerilogAToIdent()

Maps identifier from VerilogA to an nmp Ident.

nmpVerilogAMSToIdent()

Maps identifier from VerilogAMS to an nmp Ident.

nmpVHDLToIdent()

Maps identifier from VHDL to an nmp Ident.

nmpVHDLAMSToIdent()

Maps identifier from VHDLAMS to an nmp Ident.

nmpVHDL87ToIdent()

Maps identifier from VHDL87 to an nmp Ident.

Related Topics

nmpIdentTo<NameSpace>

nmp<NameSpace>To<NameSpace>

nmpPath<NameSpace>To<NameSpace>


Return to top
 ⠀
X