VeriGPU icon indicating copy to clipboard operation
VeriGPU copied to clipboard

CMake issues

Open FrancescoTerrosi opened this issue 1 year ago • 5 comments

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.

FrancescoTerrosi avatar Feb 24 '23 16:02 FrancescoTerrosi

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

hughperkins avatar Feb 25 '23 22:02 hughperkins

(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)

hughperkins avatar Feb 25 '23 22:02 hughperkins

(hmmm, although... this seems not to give you the version of verilator actually. hmmm.)

hughperkins avatar Feb 25 '23 22:02 hughperkins

oh wait, 4.218, https://github.com/hughperkins/VeriGPU/blob/501caddd100e5245658008bb42f17ef8e97d4192/cicd/Dockerfile#L88

hughperkins avatar Feb 25 '23 22:02 hughperkins

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!)

FrancescoTerrosi avatar Feb 27 '23 10:02 FrancescoTerrosi