You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently do not have easy access to VCS, so if you could try this and submit a PR that would be appreciated. If this would ebe your first time submitting a PR to an OpenHW repo, please review CONTRIBUTING.
Bug Title
Issue with manifest file in vcsify with make vcs-* options
Type
Steps to Reproduce
a. cd $core-v-verif/cv32e40p/sim/core
b. make vcs-run
Additional context
Command in makefile$(MAKE_DIR)/$ (CV_CORE_MANIFEST)
$(TBSRC_PKG) $ (TBSRC)
$(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
The CV_CORE_MANIFEST already includes the right path, hence MAKE_DIR isn't needed.
The text was updated successfully, but these errors were encountered: