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

maeCreateNetlistForCorner

maeCreateNetlistForCorner(
t_testName
t_cornerName 
t_netlistDir
[ ?session t_session ]
)
=> t / nil

Description

Generates a netlist for the specified corner. In case the setup contains a corner sweep, the netlist will be created for the first sweep point of the specified corner.

Arguments

t_testName

Name of the test for which the corner netlist is to be created.

t_cornerName

Name of the specified corner.

t_netlistDir

Path of the netlist directory in which the netlist is to be created.

?session t_session

Name of the session. When not specified, it uses the current session.

Value Returned

t

Netlist is created.

nil

Netlist is not created.

Examples

Creates a netlist in the netlist directory, C2NetlistDir, for the corner C2 in the test, test1, for the specified session.

axlSession =maeOpenSetup("testLib" "testCell" "maestro")
=> "fnxSession2"
maeCreateNetlistForCorner("test1" "C2" "C2NeltistDir" ?session axlSession)
=> t


Return to top
 ⠀
X