[dv] Add cov related targets in Makefile and coverage exclusion file#635
Conversation
|
@cindychip @gaurangchitroda @shakushw |
|
@eunchan Please help to review those 2 exclusion files ending with *.el. I have added rational for each exclusion. |
There was a problem hiding this comment.
Use ${BUILD_DIR} here instead.
There was a problem hiding this comment.
cov_analyze is probably better.
There was a problem hiding this comment.
Should we add cov_report as well (that runs the urg command)?
There was a problem hiding this comment.
updated the name.
add cov_report but urg opts is slightly different
There was a problem hiding this comment.
Can you update the uvmdvgen script to create this directory as well?
There was a problem hiding this comment.
COV_EXCL += $(COMMON_COV_EXCL)
There was a problem hiding this comment.
Should we add cov_report as well (that runs the urg command)?
There was a problem hiding this comment.
I think better to not add this file, just create the dir (xcelium format will be different - this assumes vcs).
There was a problem hiding this comment.
Move these to after 'run_result` and a new add section
##############################
## Coverage related targets ##
##############################
There was a problem hiding this comment.
make this:
('dv/cov', '', '', ''),On line 53 add
if fname == "": continue1. add coverage review command and common coverage exclusion file 2 add uart coverage exclusion file
|
@eunchan Please help to review those 2 exclusion files ending with *.el |
Thanks for the heads-up. Will update it later. |
2 add uart coverage exclusion file