Commentary: Fix the verilator_coverage -filter-type documentation (#7949)
Signed-off-by: Eryk Szpotanski <eszpotanski@antmicro.com>
This commit is contained in:
parent
cf27c63b2d
commit
f39c1799d2
|
|
@ -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 `\*`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue