User guide

9-48
Project Window
Commands
The Project Window commands can be executed from the GUI, the
command line, or placed in a file and then executed.
Definitions
filename – quoted, full path name of a file. For example “/tmp/
alu.vhd”.
librarydir, workspacedir – quoted, full path name of a directory.
For example “/tmp/test”.
[ ] – fields inside brackets are optional.
{option | option1 | …} use one of the list of options.
library libname [project projname] specifies a workspace library
unless the project option is used, then it specifies a project library.
The Project Window commands are as follows:
active library libname
Sets ’libname’ as the default library for the active project.
activate project projname
Sets ‘projname’ as the active project.
activate top topname library libname [project projname]
Sets ‘topname’ as the active design top. ‘topname’ is found in
library libname.
add [before | after filename] file filename1
Adds source file ‘filename1’ to the active project. The command
has an option to place the file before or after ‘filename’.