-
Notifications
You must be signed in to change notification settings - Fork 12
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
QUESTA environment variable set by default breaks simulation following README.md #21
Comments
Hi @FrancescoConti , |
Hi @zealshah29, and thanks @FrancescoConti for raising the issue! The purpose is to export the |
Hi @yvantor , thank you for replying. I tried the changes you suggested but I was still facing the same error. I edited the setup_hwpe.sh file:
Then I sourced the file. Ran But then I got the following error:
Since questa-2023.4 command was not found, I decided to make the following change inside the makefile.
But I am still getting this error:
I do have questasim, and when I simply run vsim command inside the terminal, it opens the QuestaSim software |
Why are you running with |
I agree, I would try simply with |
When I an running the commands without using sudo, I am getting permission denied error for both
Similarly:
|
That's because you have run Bender with root as user previously. Remove or chown all .bender checkouts (and probably the bender binary as well) and start over. |
Okay, thank you. I tried that and now I am able to update ips without facing permission denied error. But I am still getting
error on running |
Same thing for the modelsim_libs. You must purge your environment from all dirs with wrong permission |
Okay sure I will do that. Once again thank you so much for your guidance |
Yes, I suggest you delete your local repo, clone it back and try to follow the readme with the tips we gave here, then everything should be fine! |
Okay, will do that. Thank you so much. |
By default, the
QUESTA
environment variable is set as in an ETH environment.However, this breaks by default the
README.md
instructions, which will not work in a non-ETH environment:redmule/Makefile
Line 24 in 4b74428
A possible solution, based on identifying ETH machines:
The text was updated successfully, but these errors were encountered: