Added scripts to remove coverage statistics of print and assert.
1. filter out unnecessary coverage statistics python3 scripts/coverage/coverage.py input.v output.v 2. re calculate the coverage stat
Added scripts to remove coverage statistics of print and assert.
1. filter out unnecessary coverage statistics python3 scripts/coverage/coverage.py input.v output.v 2. re calculate the coverage statistics python3 scripts/coverage/statistics.py output.v
show more ...
|