-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help on coverage mode test #542
Comments
So anyone can help? The riscof coverage documentation does not seem to provide any useful information to help me debug
|
@trdthg, that's certainly not normal. Since your command is not giving any error, and doing exactly what its inputs are asking it to do, inputs to this command are sail log, database.yaml file, and MakeFile (generated automatically in riscof_work folder). The main issue can be in sail log, if possible, can you please check (and share) if sail log is getting generated correctly and tests are working fine? |
Or there is another possibility as well, recently I posted an issue at sail related to its log format change (details here), in response to that issue, sail has added a command line argument called |
I'm just running a very basic coverage test with the following command
spike_isa.yaml just enable RV64I:
but all the coverage are 0
Is this normal?
The text was updated successfully, but these errors were encountered: