1VERILATOR_COVERAGE(1) User Contributed Perl DocumentationVERILATOR_COVERAGE(1)
2
3
4

NAME

6       verilator_coverage - Verilator coverage analyzer
7

SYNOPSIS

9           verilator_coverage --help
10           verilator_coverage --version
11
12           verilator_coverage --annotate <obj>
13
14           verilator_coverage  -write merged.dat -read <datafiles>...
15
16           verilator_coverage  -write-info merged.info -read <datafiles>...
17
18       Verilator_coverage processes Verilated model-generated coverage
19       reports.
20
21       For documentation see
22       <https://verilator.org/guide/latest/exe_verilator_coverage.html>.
23

ARGUMENT SUMMARY

25           <filename>    Specify input data filename, default "coverage.dat"
26           --annotate <output_dir>       Directory name for source annotation.
27           --annotate-all                All files should be shown.
28           --annotate-min <count>        Minimum occurrence count for uncovered.
29           --help                        Displays this message and version and exits.
30           --rank                        Compute relative importance of tests.
31           --unlink                      With --write, unlink all inputs
32           --version                     Displays program version and exits.
33           --write <filename>            Write aggregate coverage results.
34           --write-info <filename.info>  Write lcov .info.
35
36           +libext+I<ext>+I<ext>...      Extensions for Verilog files.
37           +define+I<var>+I<value>       Defines the given variable.
38           -DI<var>=I<value>             Defines the given variable.
39           +incdir+I<dir>                Add directory for finding include files.
40           -II<dir>                      Add directory for finding include files.
41           -y I<dir>                     Specifies module search directory.
42

DISTRIBUTION

44       The latest version is available from <https://verilator.org>.
45
46       Copyright 2003-2022 by Wilson Snyder. This program is free software;
47       you can redistribute it and/or modify the Verilator internals under the
48       terms of either the GNU Lesser General Public License Version 3 or the
49       Perl Artistic License Version 2.0.
50
51       SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
52

SEE ALSO

54       "verilator", "lcov"
55
56       "verilator_coverage --help" which is the source for this document.
57
58       and <https://verilator.org/guide/latest/exe_verilator_coverage.html>
59       for detailed documentation.
60
61
62
63perl v5.36.0                      2022-09-24             VERILATOR_COVERAGE(1)
Impressum