mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Fix typo in uvm/core_ibex/Makefile
Reported in issue 674.
This commit is contained in:
parent
ee2729d9bf
commit
16e81f7a74
1 changed files with 1 additions and 1 deletions
|
@ -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: \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue