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

hnlCatIncrementalNetlistFiles

hnlCatIncrementalNetlistFiles(
p_catFile
l_netlistFileList
)
=> t / nil

Description

Concatenates the list of netlist files into a single file whose file handle is given as the first parameter to this function. The second parameter is the list of files to be concatenated.

Arguments

p_catFile

File handle of the output file.

l_netlistFileList

Names of the netlist files to be concatenated.

Value Returned

t

The command is successful.

nil

The command was unsuccessful.

Examples

hnlCatIncrementalNetlistFiles( hnlIncludeFile,
hnlNetlistFileList )

Related Topics

OSS Functions


Return to top
 ⠀
X