Skip to content

Commit

Permalink
Merge pull request #2217 from silabs-robin/togglecov
Browse files Browse the repository at this point in the history
Toggle Coverage
  • Loading branch information
silabs-hfegran authored Oct 6, 2023
2 parents 63a8ef3 + fe710cb commit d048a73
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion mk/uvmt/xrun.mk
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ XRUN_RUN_BASE_FLAGS ?= -64bit $(XRUN_GUI) -licqueue +UVM_VERBOSITY=$(XRUN_UVM_VE
$(XRUN_PLUSARGS) -svseed $(RNDSEED)
XRUN_GUI ?=
XRUN_SINGLE_STEP ?=
XRUN_ELAB_COV = -covdut uvmt_$(CV_CORE_LC)_tb -coverage b:e:f:u
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)
Expand Down Expand Up @@ -279,6 +279,16 @@ XRUN_COMP_FLAGS += -nowarn CGPIDF
# deselect_coverage -all warnings
XRUN_COMP_FLAGS += -nowarn CGNSWA

# Newer tool version has different fsm coverage options than old version. Ok.
XRUN_COMP_FLAGS += -nowarn COVFDP

# Certain data types are not supported for toggle cov. Ok.
XRUN_COMP_FLAGS += -nowarn COVUTA

# MORE toggle cov support CAN be enabled.
XRUN_COMP_FLAGS += -nowarn COVNOEN
XRUN_COMP_FLAGS += -nowarn COVMDD

# Value Parameters without default values
XRUN_COMP_FLAGS += -setenv CADENCE_ENABLE_AVSREQ_44905_PHASE_1=1

Expand Down

0 comments on commit d048a73

Please sign in to comment.