Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

expandMacroDeep

expandMacroDeep(
g_form
)
=> g_expandedForm

Description

This function recursively expands all macros specified in g_form.

Arguments

g_form

Form that can be a macro call.

Value Returned

g_expandedForm

Expanded form or the original form if the given argument is not a macro call.

Examples

expandMacroDeep(myFunction(1 2))


Return to top
 ⠀
X