tries to run a rule call coco_test but no recipe exists in the makefile.
changing the rule to 'all' starts the test, which then fails with missing file:
can you run caravel test locally? maybe there are local dependencies that haven't been added to the repo?
The caravel-test works by copying the directory given in the info.yaml to verilog/dv/ , instantiating the module in upw, including the given sources in the uprj_netlists and then running make in the test directory.
tries to run a rule call coco_test but no recipe exists in the makefile. changing the rule to 'all' starts the test, which then fails with missing file:
can you run caravel test locally? maybe there are local dependencies that haven't been added to the repo? The caravel-test works by copying the directory given in the info.yaml to verilog/dv/ , instantiating the module in upw, including the given sources in the uprj_netlists and then running make in the test directory.