-
Notifications
You must be signed in to change notification settings - Fork 55
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
Questions about some errors when running simulation or tests #42
Comments
@rsnikhil can correct me if I'm wrong about either of these:
I will submit a PR to fix the Makefile. And hopefully @rsnikhil can add the |
thank you! those changes did work. |
Hello! I'm not sure if I missed a dependency somewhere (or needed to do anything else to get things working), but I'm trying to run
make test
andmake simulation
in the respective pre-built/builds/RV64...
directories and getting a couple of different errors.I'm currently on M1 Mac OS Ventura.
make simulation
in the iverilog directories, but it seems like it was still expecting verilator / bsc to be installed, so I installed Verilator but now it seems to be failing with :I'm not sure if I missed anything there.
make test
, I get an error saying :I tried fixing the path to my compiler, but it didn't seem to have any effect. I'm not sure the best way to debug this and tried with clang/gcc/g++.
Sorry for the amount of questions, and thank you for any guidance!
The text was updated successfully, but these errors were encountered: