$file configure (args) | |
with no arguments lists the names and values of all options with one argument lists the value of the specified option The following options are available: relativePathname : pathname relative to the library mapping language : HDL language version : version checked out from the version management system timestamp : time the file was last modified type : identifies the type of the file designDir : The full hard pathname of the design side data directory userDir : The full hard pathname of the design side data directory refName : Name that can be to refer to the object when running tasks or accessing properties class : identifies the object as a file | |
Argument: args | see above |
$file declarations () | |
Obtains the declarations in the file. | |
Returns: list of declaration objects |
$file generated () | |
Get the HDL file generated from the current file. | |
Returns: The file. |
$file includes () | |
Get the include files | |
Returns: A list of files or the empty list of the language is not Verilog |
$file isHdl () | |
Get the HDL file generated from the current file. | |
Returns: The file. |
$file library () | |
Get the library containing the file. | |
Returns: The library. |