coverage: use make coverage, and you will get the coverage report inbuild/coverage.log.
Added scripts to remove coverage statistics of print and assert.1. filter out unnecessary coverage statisticspython3 scripts/coverage/coverage.py input.v output.v2. re calculate the coverage stat
Added scripts to remove coverage statistics of print and assert.1. filter out unnecessary coverage statisticspython3 scripts/coverage/coverage.py input.v output.v2. re calculate the coverage statisticspython3 scripts/coverage/statistics.py output.v
show more ...
Merge branch 'master' into dev-lbuf-bpu
statistics.py: can count the number of lines of verilog code and log of each module
statistics.py: fix a bug
LoopBuffer: Add lbuf.isTaken
scripts: add a line-count statistic script
cache: use SyncReadMem
123456