Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

simRunDirLoad

simRunDirLoad(
t_fileName
)
=> t / nil

Description

Loads the file specified using the t_fileName argument in the simulation run directory. It creates a full file system path to the file in the simulation run directory and then passes the file as an argument to the SKILL load function.

The function is defined in /etc/skill/si/caplib/util.ile. You can modify this function.

Arguments

t_fileName

Name of the file to be loaded.

Value Returned

t

The command is successful.

nil

The command was unsuccessful.

Examples

simRunDirLoad( "comp.env" ) 

Related Topics

OSS Functions


Return to top
 ⠀
X