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

axlGetPointNetlistDir

axlGetPointNetlistDir(
x_historyID
t_testName 
[ ?cornerName t_cornerName ]
[ ?designPointId x_designPointId ] 
)
=> t_pointNetlistDir / nil

Description

Returns the netlist directory for a particular corner and design point combination in the given test run of the specified history.

Arguments

x_historyID

History ID

t_testName

Name of the test.

?cornerName t_cornerName

Name of the corner.

If a corner name is specified then point ID must also be specified. If both ?cornerName and ?pointID arguments are not specified, top PSF level netlist directory is returned.

?designPointId x_designPointId

Point ID

Value Returned

t_pointNetlistDir

The path to the netlist directory is returned.

nil

The path to the netlist directory is not returned.

Examples

Returns the path to the netlist directory.

axlGetPointNetlistDir(axlGetHistoryEntry(axlGetMainSetupDB("session0") "Interactive.12") "opamplib:ampTest:1")
=> "/net/...../simulation/opamplib/ampTest/adexl1/results/data/Interactive.12/psf/opamplib:ampTest:1/netlist"
axlGetPointNetlistDir(axlGetHistoryEntry(axlGetMainSetupDB("session0") "Interactive.12") "opamplib:ampTest:1" ?cornerName "C0_0" ?designPointId 1)
=> "/net/...../simulation/opamplib/ampTest/adexl1/results/data/Interactive.12/2/opamplib:ampTest:1/netlist"

Return to top
 ⠀
X