Commentary: Fix the verilator_coverage -filter-type documentation (#7949)

Signed-off-by: Eryk Szpotanski <eszpotanski@antmicro.com>
This commit is contained in:
Eryk Szpotański 2026-07-17 14:18:43 +02:00 committed by GitHub
parent cf27c63b2d
commit f39c1799d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ verilator_coverage Arguments
.. option:: --filter-type <regex>
Skips records of coverage types that matches with <regex>
Keeps records of coverage types that matches with <regex>
Possible values are `toggle`, `line`, `branch`, `expr`, `covergroup`,
`user`, `fsm_state`, `fsm_arc` and a wildcard with `\*` or `?`. The
default value is `\*`.