mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Fixup .rtl.tb_compile vars.mk filename
This was forcing rebuilds continuously
This commit is contained in:
parent
f49f452f2a
commit
d819fa6296
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ $(OUT-DIR)rtl_sim/.rtl.tb_compile.stamp: \
|
|||
--simulator="${SIMULATOR}" --simulator_yaml=yaml/rtl_simulation.yaml \
|
||||
$(cov-arg) $(wave-arg) $(cosim-arg) $(lsf-arg) \
|
||||
--cmp_opts="${COMPILE_OPTS}"
|
||||
$(call dump-vars,$(OUT-DIR)rtl_sim/.rtl.tb_compile-vars.mk,comp,$(tb-compile-var-deps))
|
||||
$(call dump-vars,$(OUT-DIR)rtl_sim/.rtl.tb_compile.vars.mk,comp,$(tb-compile-var-deps))
|
||||
@touch $@
|
||||
|
||||
.PHONY: rtl_tb_compile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue