hnlInitPrint
hnlInitPrint(
t_fileName
x_lineLength
t_prefix
t_postfix
t_commentStr
x_softLineLength
)
=> t / nil
Description
Opens the netlist output file specified as the filename and sets up the information required by the hnlPrintString function.
Arguments
|
t_fileName
|
Name of the output file.
|
|
x_lineLength
|
Maximum length of a line in the netlist.
|
|
t_prefix
|
Continuation character placed at the beginning of a continued line.
|
|
t_postfix
|
Continuation character placed at the end of a line to be continued.
|
|
t_commentStr
|
Comment string used by the simulator.
|
|
x_softLineLength
|
|
|
Maximum length of a line of output after which folding and continuation of the line need to be considered.
|
Value Returned
|
t
|
The initialization process completed without any error.
|
|
nil
|
The command was unsuccessful.
|
Examples
hnlInitPrint( "netlist" 60 "r" "o" "{" 50)
Related Topics
OSS Functions
Return to top