A heterogeneous accelerator-centric compute cluster
10
stars
9
forks
source link
make: *** No rule to make target '/repo/target/snitch_cluster/test/testharness.sv', needed by 'work-vlt/Vtestharness__ALL.a'. Stop. #344
Closed
jjl1075337132 closed 1 month ago
Hello!
In case you need help for this @jjl1075337132, this happens because you need to call
make CFG_OVERRIDE=cfg/<insert config name here> rtl-gen
first.The
rtl-gen
recipe pre-makes all necessary components first before proceeding.