Disable display of assert/cover summary

This commit is contained in:
Mike Thompson 2023-07-13 15:48:57 +00:00
parent e33b2ffb77
commit b2ec3f6893

View file

@ -162,7 +162,7 @@ VCS_RUN_BASE_FLAGS ?= $(VCS_GUI) \
-sv_lib $(abspath $(SVLIB_LIB))
# Simulate using latest elab
VCS_RUN_FLAGS ?=
VCS_RUN_FLAGS = -assert nopostproc
VCS_RUN_FLAGS += $(VCS_RUN_BASE_FLAGS)
VCS_RUN_FLAGS += $(VCS_RUN_WAVES_FLAGS)
VCS_RUN_FLAGS += $(VCS_RUN_COV_FLAGS)