Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


coverage report

The coverage report command produces textual output of coverage statistics. (Select View > Other > Source Coverage (Main window) to view this data more interactively.) You can choose from a variety of report output using the arguments listed below.

Syntax

coverage report

[-file <filename>] [-excluded | -lines | -total | -zeroes]

Arguments

-file <filename>

Specifies a file name for the report. Optional. Default is to write the report to the Main window.

-excluded

Writes out the files and lines that are currently being excluded by the user from the coverage analysis. Optional. This is the same information that is shown in the "Exclusions tab" .

-lines

Writes out the source file summary data and after each file it writes out the details for each executable line in the file. Optional. This is the most detailed report.

If you are intending to use the coverage reload command, you should specify this switch.

-total

Writes out a one line summary of the total files, lines, hits and overall percentage for the current analysis. Optional. Useful for tracking if anything has changed.

-zeroes

Writes out a detailed report like the -lines option but only reports on the lines that do not have any coverage. Optional.

See also

coverage clear, coverage reload, vsim -coverage option


Model Technology Inc.
Model Technology Incorporated
Voice: (503) 641-1340
Fax: (503)526-5410
www.model.com
sales@model.com
Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase