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

SIMULATOR

SIMULATOR(
[ t_dataDir ]
)
=> t_name / nil

Description

Returns the name of simulator.

Arguments

t_dataDir

Directory containing the PSF files(results). When specified, this argument will only be used internally and will not alter the currently selected results.The default is the currently selected results directory.

Value Returned

t_name

Name of the simulator.

nil

Returns nil if could not determine the simulator.

Examples

SIMULATOR()
=> "spectre"
SIMULATOR("./simulation/test/Spectre/schematic")
=> "spectre"


Return to top
 ⠀
X