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

netlistDir

netlistDir(
t_dirName
)
=> g_undefined / nil

Description

Specifies the directory in which the final netlist is to be created.

Arguments

t_dirName

Name of the directory in which the final netlist is to be created.

Value Returned

g_undefined

An undefined value.

nil

The specified directory does not exist or there is an error.

Examples

Specifies the netlist directory to store the netlist files.

netlistDir("~/simulation/ckt/spectre/schematic/netlist") => "~/simulation/ckt/spectre/schematic/netlist"

Returns the path of the netlist directory.

netlistDir() => "~/simulation/ckt/spectre/schematic/netlist"


Return to top
 ⠀
X