Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

fnlGetGlobalSigNames

fnlGetGlobalSigNames(
)
=> l_sigNames / nil

Description

Returns a list of strings that are the names for all of the global signals contained in the design hierarchy. If the netlister-assigned name is required, you can pass these names to the fnlSigCdsNameExtName function to translate them during the header or footer evaluation. You can use the fnlGetGlobalSigName function at any time during the netlisting process.

Arguments

None

Value Returned

l_sigNames

A list of strings that contain names of the global signals.

nil

The operation failed and encountered an error while performing the task.

Examples

fnlGetGlobalSigNames()

Related Topics

OSS Functions


Return to top
 ⠀
X