.include
.include [filepath]filename
Description
Inserts the contents of the specified file into the netlist file.
[filepath] filename can be enclosed within single or double quotation marks.
Arguments
| Name | Description |
|---|---|
|
(Optional) Path from where the specified file is to be read. |
|
|
Name of the file from which contents are to be inserted into the netlist. |
Example
.include options.txt
Inserts the options.txt file into the netlist file.
Return to top