34.5.4 List Compiled FileslistCompiledFiles -project <project_name>[ -unique][ -dirs][ -separator <separator>][ -lang <lang>]
List all the files compiled in the specified project, in compilation order. -project The project for which you want the list of compiled files.
-unique [Optional] Remove duplicates form the list.
-dirs [Optional] Get a list of parent directories of the compiled
files instead of the files themselves.
-separator [Optional] Specify a custom separator for the list elements;
default is newline.
-lang [Optional] List only the files compiled in <lang> language(s).
You may specify this argument multiple times to select multiple languages.
Valid argument values: E, VLOG, VHDL.
If not specified, all compiled files are listed, regardless of language.
|