maeCreateNetlistForCorner
maeCreateNetlistForCorner(t_testName t_cornerNamet_netlistDir[?sessiont_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
Value Returned
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