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
Value Returned
|
The operation failed and encountered an error while performing the task. |
Examples
fnlGetGlobalSigNames()
Related Topics
Return to top