diff --git a/dv/uvm/core_ibex/Makefile b/dv/uvm/core_ibex/Makefile index 8b54df03..10ce607d 100644 --- a/dv/uvm/core_ibex/Makefile +++ b/dv/uvm/core_ibex/Makefile @@ -312,7 +312,7 @@ compile-vars-prereq = $(call vars-prereq,comp,compiling TB,$(compile-var-deps)) $(call dump-vars-match,$(compile-var-deps),comp) cov-arg := $(if $(call equal,$(COV),1),--en_cov,) -wave-arg := $(if $(call equal,$(WAVE),1),--en_wave,) +wave-arg := $(if $(call equal,$(WAVES),1),--en_wave,) lsf-arg := $(if $(LSF_CMD),--lsf_cmd="$(LSF_CMD)",) $(OUT)/rtl_sim/.compile.stamp: \