-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
CMake issues #11
Comments
Hi, please could you take a look at the Dockerfile to confirm the exact versions and build procedure? https://github.com/hughperkins/VeriGPU/blob/main/cicd/Dockerfile |
(If you haven't used a docker file before, basically look at each line starting with |
(hmmm, although... this seems not to give you the version of verilator actually. hmmm.) |
oh wait, 4.218, Line 88 in 501cadd
|
Thank you very much for your answer, I didn't notice the existence of the dockerfile, i'll check there whether I am using the correct version of each software (it would be nice to include the version of the software used in the main page of the repo tho!) |
Hello, I'm having troubles in building the project, as the documentation is not that clear.
What is happening is that during the exec of the CMake verilate command, the flag "--make" is not found, hence it doesn't create further .cmake files (e.g., gpu_card_copy.cmake).
Is this issue related to the version of Verilator being used? If so, could you please tell which version of Verilator are you using? Thanks.
The text was updated successfully, but these errors were encountered: