Skip to content
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

Open
FrancescoTerrosi opened this issue Feb 24, 2023 · 5 comments
Open

CMake issues #11

FrancescoTerrosi opened this issue Feb 24, 2023 · 5 comments

Comments

@FrancescoTerrosi
Copy link

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.

@hughperkins
Copy link
Owner

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
Copy link
Owner

(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
Copy link
Owner

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

@hughperkins
Copy link
Owner

oh wait, 4.218,

git checkout v4.218 && \

@FrancescoTerrosi
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants