Description
This command gets the files that have been added to the active solution.
Syntax
get_files [OPTIONS]
Options
-
-cflags
- Return any compiler flags specified with the files.
-
-csimflags
- Return any C simulation flags specified with the files.
-
-fullpath
- Return the full path of the files.
-
-tb
- Return only the files that were added as part of the test
bench (added with the
-tb
option).
Examples
The following example gets the added test bench files from the current solution, and returns the full path for the files:
get_files -tb -fullpath