nmpIdentTo<NameSpace>
nmpIdentTo<NameSpace>(
m_Ident
)
=> t_identifier
Description
Maps an nmp Ident to a name space. In the function name, substitute <NameSpace> with the name space to which you want to map the Ident. For example, nmpIdentToSpectre(). You can get a list of Cadence name spaces from the nmpGetSpaceNames() function.
Arguments
|
m_Ident
|
The identity you want to map to the name space. An nmp identity 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.
|
Value Returned
|
t_identifier
|
The identifier in the name space you specified.
|
Additional Information
The following table lists all current nmpIdentTo<NameSpace> functions.
|
nmpIdentToCDBA()
|
Maps an nmp Ident to CDBA.
|
|
nmpIdentToConcept()
|
Maps an nmp Ident to Concept.
|
|
nmpIdentToDef()
|
Maps an nmp Ident to Def.
|
|
nmpIdentToGcf()
|
Maps an nmp Ident to Gcf.
|
|
nmpIdentToGenesis()
|
Maps an nmp Ident to Genesis.
|
|
nmpIdentToLef()
|
Maps an nmp Ident to Lef.
|
|
nmpIdentToPrint()
|
Maps an nmp Ident to Print.
|
|
nmpIdentToSdf()
|
Maps an nmp Ident to Sdf.
|
|
nmpIdentToSpf()
|
Maps an nmp Ident to Spf.
|
|
nmpIdentToSpectre()
|
Maps an nmp Ident to Spectre.
|
|
nmpIdentToSpectreHDL()
|
Maps an nmp Ident to SpectreHDL.
|
|
nmpIdentToSpef()
|
Maps an nmp Ident to Spef.
|
|
nmpIdentToSpice()
|
Maps an nmp Ident to Spice.
|
|
nmpIdentToSysVerilog()
|
Maps an nmp Ident to SysVerilog.
|
|
nmpIdentToVerilog()
|
Maps an nmp Ident to Verilog.
|
|
nmpIdentToVerilogA()
|
Maps an nmp Ident to VerilogA.
|
|
nmpIdentToVerilogAMS()
|
Maps an nmp Ident to VerilogAMS.
|
|
nmpIdentToVHDL()
|
Maps an nmp Ident to VHDL.
|
|
nmpIdentToVHDLAMS()
|
Maps an nmp Ident to VHDLAMS.
|
|
nmpIdentToVHDL87()
|
Maps an nmp Ident to VHDL87.
|
Related Topics
nmp<NameSpace>ToIdent
nmp<NameSpace>To<NameSpace>
Return to top