User guide

21-13
OpenVera Native Testbench
Specifying All OpenVera Programs in Configuration File
You can specify all the OpenVera program files along with
dependent OpenVera files in the configuration file using the
configuration file syntax. The VCS command line for this method:
$vcs -ntb_opts config=configuration_filename
Specifying One OpenVera Program on Command Line
Specify one OpenVera program file with its dependent files on the
command line. Place all other OpenVera program files, and their
dependent files in the configuration file. The VCS command for this
methods:
$vcs -ntb_opts \
config=configuration_filename \
testN.vr testN_dep1.vr testN_dep2.vr.
Note:
Specifying multiple OpenVera files containing the program
construct at the VCS command prompt is an error.
Note:
If you specify one program at the VCS command line and if any
support files are missing from the command line, VCS issues an
error.
Compiling Multiple Programs
There are numerous scenarios for compiling multiple programs.
Program Files are Listed in the Configuration File
The VCS command line, for when there are two or more program
files listed in the configuration file, is:
$vcs -ntb -ntb_opts config=configuration_filename