-
Notifications
You must be signed in to change notification settings - Fork 263
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
vunit doesn't work in WSL #689
Comments
You are using Python 2.7, which is deprecated since 2020/01/01. Use Python >=3.6 instead. |
I've run it again with python 3.8, but the problem is still there (note that I'm running usesrgide sample for verilog in the repo). see the errors:
What should I do now? |
Which version of WSL2 and which container are you using? |
See below information:
Therefore it seems to be 1, How ever there are some answers on the internet which indicates that , if your windows build version is greater than 18917 you are probably using WSL2.
Actually I'm confused, but I think you can find out the version with these information. And, what do you mean by container? I've searched for it, but most of titles were related to Docker while I'm not using it. |
By "container" I meant the WSL image. Anyway, let's move the discussion to #658. |
I have installed Modelsim SE-64 2019.4 on my windows and I intend to run some systemverilog simulation test via vunit in WSL.
When I'm running Vunit examples for verilog, I will get following errors:
I have made simlinks to all .exe files in the
win64
directory of modelsim installation path. and Vunit version is 4.3.0 .I don't know what's the problem. can you help me?
The text was updated successfully, but these errors were encountered: