VeriGPU
VeriGPU copied to clipboard
CMake issues
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.
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 CMD
, remove the CMD
, and treat it as a bash command)
(hmmm, although... this seems not to give you the version of verilator actually. hmmm.)
oh wait, 4.218, https://github.com/hughperkins/VeriGPU/blob/501caddd100e5245658008bb42f17ef8e97d4192/cicd/Dockerfile#L88
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!)