hnlEMHGetDigitaGlobalNets
hnlEMHGetDigitaGlobalNets(
)
=> globalNetList
Description
Returns a list of global nets found in digital design during mixed signal netlisting. This is used by the auCdl netlister to print *.GLOBAL statements for these nets in the top level netlist. This function must be called from Cadence internal formatters or ADE third-party integration formatters only when mixed signal netlisting is in progress.
Arguments
Value Returned
Examples
hnlEMHGetDigitalGlobalNets()
=> ("vdd" "gnd")
Related Topics
Return to top