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

simRunDirInfile

simRunDirInfile(
t_fileName
) 
=> t / nil

Description

Opens the file specified using the fileName argument in the simulation run directory for reading. It creates a full file system path name to the file in the simulation run directory and then passes the file as an argument to the SKILL infile function. The function returns a SKILL port.

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

Arguments

t_fileName

Name of the file opened for reading.

Value Returned

t

The command is successful.

nil

The command was unsuccessful.

Examples

simRunDirInfile( "tmp.in" ) 

Related Topics

OSS Functions


Return to top
 ⠀
X