-
Notifications
You must be signed in to change notification settings - Fork 328
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
All targets/RISC-V/spike32.py
tests failing
#1098
Comments
This is like related to changes in upstream spike. If you look at the current changelog there is lot's of changes related to how RVV configuration is handled.
I think this we should discuss this in riscv-software-src/riscv-tests#568
The current TOT in spike is 1b1a33376 . Which correspond to the latest pipeline we have in OpenOCD. It seems that you spike version is deprecated. |
In addition to my point above you can also see here: riscv-software-src/riscv-tests@e06a435 . So yes, this is changes in upstream spike |
Thanks @aap-sc.
I just used the version that the |
Have no opinion on the matter since we don't use |
As mentioned above, I did a local build of Spike at the current top of tree commit - riscv-software-src/riscv-isa-sim@f7d0dba - and with this version I no longer have the aforementioned So the issue is indeed that I will see if I can safely bump |
Addressed by this PR: which is also discussed in this issue: |
I am using the following:
riscv-gnu-toolchain
built from commit 763c862riscv-openocd
built from commit c6bb902riscv-tests
at commit b0eb63aand when I run the Spike32 tests:
all tests fail:
The problem seems to be this:
But...
spike32.py
uses a different ISA specification (includingV
) to other targets and why there isn't more consistency here?The text was updated successfully, but these errors were encountered: