-
Notifications
You must be signed in to change notification settings - Fork 688
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
[BUG Verif env] get_seed() in cva6.py missing declaration #1514
Comments
Good @CoralieAllioux to see you in GitHub ! |
this related to update the RISCV-DV, there's a MR for this |
Ayoub, |
to work with a working version, use this HASH : 0ce85d3 |
Then, it would be useful to update file cva6/verif/regress/install-riscv-dv.sh with correct HASH. |
Yes, but we're working on updating the HASH to work with latest version of RISCV-DV |
Thank you @AyoubJalali , I confirm it currently works on my side with HASH 0ce85d3 for riscv-dv. |
If there's any problem it will be this week |
To me the cause of the issue is that the "official" supported hash in It would be better if the same "source" was used to define the DV hash used by everyone and the CI, and that this version is not too old. So we are transforming DV into a submodule with an up-to-date hash. Then Dependabot will be able to keep it updated. Current status on this work:
|
Related to #1569 |
Fixed by PR #1576 |
Is there an existing CVA6 bug for this?
Bug Description
While launching
sh verif/regress/smoke-gen_tests.sh
, it seems that the function get_seed() called in do_simulate() (line 251 of cva6.py) is not declared anywhere.I fixed it locally by creating my own get_seed() function.
Could it be possible that a file declaring this function or an import is missing?
Trace:
The text was updated successfully, but these errors were encountered: