PULP Community
Snitch cluster: make bin/snitch_cluster.vlt error - Printable Version

+- PULP Community (https://pulp-platform.org/community)
+-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1)
+--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2)
+--- Thread: Snitch cluster: make bin/snitch_cluster.vlt error (/showthread.php?tid=336)



Snitch cluster: make bin/snitch_cluster.vlt error - ashuthosh - 02-06-2024

I have built the docker and cloned the snitch_cluster repo in /repo.
And then in the target/snitch_cluster, I use the command make bin/snitch_cluster.vlt

For which I get:
work-vlt/Vtestharness.h:11:10: fatal error: verilated_heavy.h: No such file or directory


What am I doing wrong here?


Commands I have used:
   
  1. To build docker:
    Code:
    sudo docker build -t ghcr.io/pulp-platform/snitch_cluster:main -f util/container/Dockerfile .
    2.  In the snitch_cluster root: docker run -it -v $REPO_TOP:/repo -w /repo ghcr.io/pulp-platform/snitch_cluster:main
    3.  In /repo of docker: git clone https://github.com/pulp-platform/snitch_cluster.git --recurse-submodules
    4.  In /repo/snitch_cluster/target/snitch_cluster: make bin/snitch_cluster.vlt


Thanks in advance.


RE: Snitch cluster: make bin/snitch_cluster.vlt error - ashuthosh - 02-07-2024

I changed the Makefile, common.mk and run.py to previous version of the update #78 in the /target/snitch_cluster/ of the github repo and it worked this time. I am able to run an application i.e axpy.elf. I will update more on this issue.