Fixup .rtl.tb_compile vars.mk filename

This was forcing rebuilds continuously
This commit is contained in:
Harry Callahan 2022-04-13 15:50:33 +01:00 committed by Rupert Swarbrick
parent f49f452f2a
commit d819fa6296

View file

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