User guide
21-53
OpenVera Native Testbench
Another c1 = new;
@(posedge CLOCK);
coverage_control(0);
x = 10;
@(posedge CLOCK);
x = 30;
@(posedge CLOCK);
coverage_control(1);
x = 40;
@(posedge CLOCK);
x = 50;
@(posedge CLOCK);
coverage_control(0, "Cov");
x = 60;
@(posedge CLOCK);
coverage_control(1, "Cov");
coverage_control(0, "Another");
x = 70;
@(posedge CLOCK);
}
Unified Coverage Reporting
In VCS 2006.06, the db based coverage reporting has been replaced
by the Unified Report Generator (URG) which can generate either
HTML or text reports. The URG generates combined reports for all
types of coverage information.