VERILATOR_COVERAGE(1) User Contributed Perl Documentation NAME verilator_coverage - Verilator coverage analyzer SYNOPSIS verilator_coverage --help verilator_coverage --version verilator_coverage --annotate verilator_coverage -write merged.dat -read ... verilator_coverage -write-info merged.info -read ... Verilator_coverage processes Verilated model-generated coverage reports. For documentation see . ARGUMENT SUMMARY Specify input data filename, default "coverage.dat" --annotate Directory name for source annotation. --annotate-all All files should be shown. --annotate-min Minimum occurrence count for uncovered. --annotate-points Annotates info from each coverage point. --help Displays this message and version and exits. --rank Compute relative importance of tests. --unlink With --write, unlink all inputs --version Displays program version and exits. --write Write aggregate coverage results. --write-info Write lcov .info. +libext++... Extensions for Verilog files. +define++ Defines the given variable. -D= Defines the given variable. +incdir+ Add directory for finding include files. -I Add directory for finding include files. -y Specifies module search directory. DISTRIBUTION The latest version is available from . Copyright 2003-2024 by Wilson Snyder. This program is free software; you can redistribute it and/or modify the Verilator internals under the terms of either the GNU Lesser General Public License Version 3 or the Perl Artistic License Version 2.0. SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0 SEE ALSO "verilator", "lcov" "verilator_coverage --help" which is the source for this document. and for detailed documentation. perl v5.38.2 2024-04-10 VERILATOR_COVERAGE(1)