History log of /XiangShan/scripts/coverage/statistics.py (Results 1 – 5 of 5)
Revision Date Author Comments
# f320e0f0 24-Jul-2021 Yinan Xu <[email protected]>

misc: update PCL information (#899)

XiangShan is jointly released by ICT and PCL.


# c6d43980 04-Jun-2021 Lemover <[email protected]>

Add MulanPSL-2.0 License (#824)

In this commit, we add License for XiangShan project.


# c8b1e4db 22-Dec-2020 Allen <[email protected]>

Coverage: scripts, add support for toggle coverage.


# 43676441 16-Dec-2020 Allen <[email protected]>

coverage: use make coverage, and you will get the coverage report in
build/coverage.log.


# d70a2272 14-Dec-2020 Allen <[email protected]>

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 ...