User guide

24-240
SystemVerilog Testbench Constructs
The HTML File
The command to instruct VCS to generate a coverage report in HTML
format is:
urg -dir simv.vdb
This command instructs VCS to generate, coverage reports
(dashboard.html, grp0.html, tests.html and groups.html) in the
directory urgReports. The HTML coverage report grp0.html for the
previous code example is as follows:
The report has links to other .html reports. Click on them to see the
appropriate information.
Please refer to the Unified Report generator for more details