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 --report summary,hier ... verilator_coverage --report hier ... verilator_coverage -write merged.dat ... verilator_coverage -write-info merged.info ... 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. --filter-type Keep only records of given coverage type. --help Displays this message and version and exits. --include-reset-arcs Include reset arcs in FSM arc summaries. --levels Limit displayed hierarchy report depth. --rank Compute relative importance of tests. --report [,...] Generate reports: summary, hier, or hierarchy. --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-2026 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-FileCopyrightText: 2003-2026 Wilson Snyder 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.42.2 2026-09-05 VERILATOR_COVERAGE(1)