Skip to content

Commit

Permalink
Merge pull request #2438 from pascalgouedo/cv32e40p/dev_dd_pgo
Browse files Browse the repository at this point in the history
New define to enable ImperasDV model CV32E40P patch.
  • Loading branch information
MikeOpenHWGroup authored May 16, 2024
2 parents 598b580 + 8bcdb6d commit 5dcf456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mk/uvmt/vsim.mk
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ VLOG_FILE_LIST = -f $(DV_UVMT_PATH)/uvmt_$(CV_CORE_LC).flist
VLOG_FLAGS += $(DPILIB_VLOG_OPT)

# Add the ISS to compilation
VLOG_FLAGS += +define+$(CV_CORE_UC)_RVFI
VLOG_FLAGS += +define+$(CV_CORE_UC)_RVFI +define+$(CV_CORE_UC)_RVVI

ifeq ($(call IS_YES,$(ENABLE_TRACE_LOG)),YES)
VLOG_FLAGS += +define+$(CV_CORE_UC)_TRACE_EXECUTION
Expand Down
2 changes: 1 addition & 1 deletion mk/uvmt/xrun.mk
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ endif
XRUN_UVM_MACROS_INC_FILE = $(DV_UVMT_PATH)/uvmt_$(CV_CORE_LC)_uvm_macros_inc.sv

XRUN_FILE_LIST ?= -f $(DV_UVMT_PATH)/uvmt_$(CV_CORE_LC).flist
XRUN_USER_COMPILE_ARGS += +define+$(CV_CORE_UC)_RVFI
XRUN_USER_COMPILE_ARGS += +define+$(CV_CORE_UC)_RVFI +define+$(CV_CORE_UC)_RVVI

ifeq ($(call IS_YES,$(ENABLE_TRACE_LOG)),YES)
XRUN_USER_COMPILE_ARGS += +define+$(CV_CORE_UC)_TRACE_EXECUTION
Expand Down

0 comments on commit 5dcf456

Please sign in to comment.