-
Notifications
You must be signed in to change notification settings - Fork 222
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
CVA6 arch tests are failing with latest riscof environment #1283
Comments
Hi @JeanRochCoulon, I am not sure who should look at this, so I assigned it to you. Please assign to the appropriate person. |
@ASintzoff is the right person ! |
@ASintzoff Please find the setup that I used to set RISCOF dv-arch-test suite. |
@spidugu444 Please use the version 1.1.0 release of Spike. I think its because some stuff is updated in the master branch of riscv-isa-sim and we have not currently incorporated these changes in cva6_spike_log_to_trace_csv.py file. cc/ @fatimasaleem |
There is some confusion between a task and an issue. We use GitHub Issues to create and track both. A task is new work that must be done in order for the project to achieve its goals. Examples include integrating the RISCOF, adding a new verification component and creating a new test-program. An issue is a problem with the current state of the repository. Everyone's favourite example is a bug in the RTL, and it can also be a problem in any other code/scripts or even a problem with documentation. This particular GitHub issue is an issue, not a task. |
I am a little confused by the above statement. RISCOF is a python framework from RISC-V International Arch Test SIG that uses signature compare from the reference models to your DUT. there is no CSV in RISCOF - are you confusing this with Google RISCV-DV which does a CSV and has scripts like log_to_trace_csv.py? |
Hi @Imperas |
with updated version of spike issue got resolved and I am closing this issue. |
Great ! @spidugu444 Could you indicate the Spike version which fails and the Spike version which passes ? To avoid using the bad version !! |
@JeanRochCoulon I faced issue while I was using commit id: e93b9cbbbcd3ad0a02ae298e9f1a2d98d3ac0153,but with latest version spike 1.1.0 issue got resolved. |
Issue Description
HI
In latest RISCOF CVA6 riscv-arch-tests tests are failing due to mismatch in between spike and verilator csv.
I used cva6_spike_log_to_trace_csv.py script for spike log to csv conversion.
As shown below some lines are missing in spike csv which has been presented in spike log.
Note: I tried same scirpt for riscv-compliance-tests which is working fine.
please find the spike log and csv files attached below.
addi-01.log
addi-01.csv
Description of Done
Need help in resolving above issue.
The text was updated successfully, but these errors were encountered: