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

simLoadNetlisterFiles

simLoadNetlisterFiles( 
t_fileName
)
=> t / nil

Description

Loads the file specified as an argument from the local/fnl directory. If the tool does not find the file in the local/fnl directory, it searches in the etc/skill/fnl directory in the install hierarchy. If it does not exist, no error is generated.

The function is defined in /etc/skill/si/simcap.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

simLoadNetlisterFiles( "silos.ile" ) 

Related Topics

OSS Functions


Return to top
 ⠀
X