VCS Manifest File Path Error
Bug Title
Issue with manifest file in vcsify with make vcs-* options
Type
- Compile error
Steps to Reproduce
- Branch : Master
- Command line a. cd $core-v-verif/cv32e40p/sim/core b. make vcs-run
Additional context
Command in makefile
(VCS) +vc -sverilog -race=all -ignore unique_checks -full64 \ -timescale=1ns/1ps \ -assert svaext \ -CC "-I(VCS_HOME)/include -O3 -march=native" $(VCS_FLAGS)
-f (MAKE_DIR)/(CV_CORE_MANIFEST)
$(TBSRC_PKG) $(TBSRC)
The CV_CORE_MANIFEST already includes the right path, hence MAKE_DIR isn't needed.