lowRISC / opentitan

OpenTitan: Open source silicon root of trust
https://www.opentitan.org
Apache License 2.0
2.49k stars 742 forks source link

[Tracking][sw] Coverage support #3155

Open alphan opened 4 years ago

alphan commented 4 years ago

This issue captures remaining tasks for coverage support. Please see also #3080.

imphil commented 3 years ago

For coverage in CI (on FPGAs), the main work item is producing two software builds, one with coverage and one without. We can then run the ones with coverage through the systemtest machinery and fetch the coverage data afterwards. Not hard, just a bit of work.