forked from github/verilator
Exclude VL_DEFINE_DEBUG_FUNCTIONS from code coverage
This commit is contained in:
parent
050060b139
commit
2f50642ecb
@ -48,6 +48,7 @@ exclude_line_regexp(r'\bNUM_ASSERT')
|
||||
exclude_line_regexp(r'\bERROR_RSVD_WORD')
|
||||
exclude_line_regexp(r'\bV3ERROR_NA')
|
||||
exclude_line_regexp(r'\bUINFO\b')
|
||||
exclude_line_regexp(r'\bVL_DEFINE_DEBUG_FUNCTIONS\b')
|
||||
|
||||
# Exclude for branch coverage only
|
||||
exclude_branch_regexp(r'\bdebug\(\)')
|
||||
|
Loading…
Reference in New Issue
Block a user