From 538a401c41bf881c32762ab15309041bd1b1302b Mon Sep 17 00:00:00 2001 From: Henrik Fegran Date: Mon, 23 Oct 2023 07:37:48 +0200 Subject: [PATCH] Added flag to prevent xcelium from searching for cds.lib/hdl.var unless explicitly specified Signed-off-by: Henrik Fegran --- mk/uvmt/xrun.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mk/uvmt/xrun.mk b/mk/uvmt/xrun.mk index b62deaaa62..bb1b69757d 100644 --- a/mk/uvmt/xrun.mk +++ b/mk/uvmt/xrun.mk @@ -46,6 +46,7 @@ XRUN_COMP_FLAGS ?= \ -access +rwc \ -nowarn UEXPSC \ -lwdgen \ + -nocsf \ -sv \ -uvm \ -uvmhome $(XRUN_UVMHOME_ARG) \ @@ -56,6 +57,7 @@ XRUN_LDGEN_COMP_FLAGS ?= \ -64bit \ -disable_sem2009 \ -access +rwc \ + -nocsf \ -nowarn UEXPSC \ -nowarn DLCPTH \ -sv \ @@ -71,7 +73,7 @@ XRUN_SINGLE_STEP ?= XRUN_ELAB_COV = -covdut uvmt_$(CV_CORE_LC)_tb -coverage b:e:f:t:u XRUN_ELAB_COVFILE = -covfile $(abspath $(MAKE_PATH)/../tools/xrun/covfile.tcl) XRUN_RUN_COV = -covscope uvmt_$(CV_CORE_LC)_tb -nowarn CGDEFN -XRUN_RUN_BASE_FLAGS += -sv_lib $(DPI_DASM_LIB) +XRUN_RUN_BASE_FLAGS += -nocsf -sv_lib $(DPI_DASM_LIB) # Only append the IMPERAS_DV_MODEL sv_lib flag if the file actually exists) ifneq (,$(wildcard $(IMPERAS_DV_MODEL)))