Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

xfgrPreCreateCB

xfgrPostCreateCB( 
t_mode
s_callbackFunction
) 
=> t / nil

Description

Registers or de-registers the user-defined callback function before the creation of the fluid guard ring instance.

Arguments

t_mode

The function mode.
Valid values: r for registration and d for de-registration.

s_callbackFunction

The name of the user callback function.

Value Returned

t

The function is successful.

nil

The function is not successful.

Example

Registers the devicePrecreation callback function.

procedure(devicePrecreation(args)
    let(()
     info("Creating device with params %L" args)
)
)
xfgrPreCreateCB("r" "devicePrecreation")

Return to top
 ⠀
X