User guide

3-50
Compiling and Elaborating Your Design
endconfig
Is the keyword that ends a configuration.
The default Clause
The default clause specifies the logical libraries in which to search
to resolve a default cell instance. A default cell instance is an instance
in the design that is not specified in a subsequent instance or cell
clause in the configuration.
You specify these libraries with the liblist keyword. The following
is an example of a default clause:
default liblist lib1 lib2;
This default clause specifies resolving default instances in the
logical libraries names lib1 and lib 2.
Note:
- Do not enter a comma (,) between logical libraries.
- The default logical library work, if not listed in the list of logical
libraries, is appended to the list of logical libraries and VCS
searches the source files in work last.
The instance Clause
The instance clause specifies something about a specific instance.
What it specifies depends on the use of the liblist or use
keywords:
liblist
Specifies the logical libraries to search to resolve the instance.