Skip to content

Commit

Permalink
Merge pull request #2254 from silabs-hfegran/dev_hf_nocsf_flag
Browse files Browse the repository at this point in the history
Added flag to prevent xcelium from searching for cds.lib/hdl.var
  • Loading branch information
silabs-robin authored Oct 23, 2023
2 parents 3470297 + 538a401 commit 99767cd
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 99767cd

Please sign in to comment.