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

relxGetModifyNetlistVal

relxGetModifyNetlistVal(
t_sessionName
)
=> t / nil

Description

Checks whether to modify the netlist before aging starts. You can rewrite this function as per your requirements.

Arguments

t_sessionName

Name of the Spectre session. You can also use the asiGetCurrentSession function to specify the current session.

Value Returned

t

When the session is created using Spectre, The netlist is to be modified.

nil

The netlist is not to be modified or if there is an error.

Also, for any other session, returns nil.

Examples

Consider the following example in which you create an ADE L session using Spectre. Now, if you run the relxGetModifyNetlistVal function, the function The netlist is to be modified. Otherwise, returns nil.

session = asiGetCurrentSession()
relxGetModifyNetlistVal(session)
=> t

Return to top
 ⠀
X