-
Notifications
You must be signed in to change notification settings - Fork 578
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
Python script Error when running a dv test #2064
Comments
I'm not entirely sure what's wrong here, but the error message is your Python environment complaining that it doesn't know how do call a Note that it's worth us (as the authors) getting to the bottom of this: if it turns out that we're missing a more understandable version check, we should add it in! :-) |
python version: python 3.7.1 In metadata.py, Line 365: md = RegressionMetadata.arg_list_initializer(...) change to md = RegressionMetadata().arg_list_initializer(...) and the script got work... |
That's a bit odd: I just checked and the official stable release of Python is 3.8, which was released in 2019. We probably won't want to take changes if they are only needed by a version of Python older than the current stable release. I realise that this isn't a very helpful answer. If you can find some information about what exactly is going wrong, we could definitely tweak our scripts. Even better if you find why it's wrong and how it should be written :-) |
Hi, i'm a beginer of ibex, i run some test to learn ibex dv, and the command didn't work:
make TEST=riscv_machine_mode_rand_test SIMULATOR=vcs
Got the following error:
Could any one help to solve this problem?
The text was updated successfully, but these errors were encountered: