Skip to content

Commit

Permalink
Added flag to prevent xcelium from searching for cds.lib/hdl.var unle…
Browse files Browse the repository at this point in the history
…ss explicitly specified

Signed-off-by: Henrik Fegran <[email protected]>
  • Loading branch information
silabs-hfegran committed Oct 23, 2023
1 parent 3470297 commit 538a401
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mk/uvmt/xrun.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ XRUN_COMP_FLAGS ?= \
-access +rwc \
-nowarn UEXPSC \
-lwdgen \
-nocsf \
-sv \
-uvm \
-uvmhome $(XRUN_UVMHOME_ARG) \
Expand All @@ -56,6 +57,7 @@ XRUN_LDGEN_COMP_FLAGS ?= \
-64bit \
-disable_sem2009 \
-access +rwc \
-nocsf \
-nowarn UEXPSC \
-nowarn DLCPTH \
-sv \
Expand All @@ -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)))
Expand Down

0 comments on commit 538a401

Please sign in to comment.