User guide
21-57
OpenVera Native Testbench
Table 21-1 Unique Name Generation Scheme
You can disable this method of ensuring database backup and force
VCS to always overwrite an existing coverage database. To do this,
use the following system task::
task coverage_backup_database_file (flag );
The value of flag can be:
• OFF for disabling database backup.
• ON for enabling database backup.
In order to not save the coverage data to a database file (for example,
if there is a verification error), use the following system task:
task coverage_save_database (flag );
The value of flag can be:
• OFF for disabling database backup.
• ON for enabling database backup.
Test Name Database
pci_test Database for the first testbench run.
pci_test_gen_1 Database for the second testbench run
pci_test_gen_2 Database for the 3rd testbench run
pci_test_gen_n Database for the nth testbench run