Fix typo in uvm/core_ibex/Makefile

Reported in issue 674.
This commit is contained in:
Rupert Swarbrick 2020-03-11 09:31:09 +00:00 committed by Rupert Swarbrick
parent ee2729d9bf
commit 16e81f7a74

View file

@ -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: \