From f39c1799d2337c6851c7407829722a43ce0a3ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eryk=20Szpota=C5=84ski?= <129167091+eszpotanski@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:18:43 +0200 Subject: [PATCH] Commentary: Fix the verilator_coverage -filter-type documentation (#7949) Signed-off-by: Eryk Szpotanski --- docs/guide/exe_verilator_coverage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/exe_verilator_coverage.rst b/docs/guide/exe_verilator_coverage.rst index 388f67cfb..923c5ec38 100644 --- a/docs/guide/exe_verilator_coverage.rst +++ b/docs/guide/exe_verilator_coverage.rst @@ -133,7 +133,7 @@ verilator_coverage Arguments .. option:: --filter-type - Skips records of coverage types that matches with + Keeps records of coverage types that matches with Possible values are `toggle`, `line`, `branch`, `expr`, `covergroup`, `user`, `fsm_state`, `fsm_arc` and a wildcard with `\*` or `?`. The default value is `\*`.