Added TagTableStructure.bsv as dependency for .depends.mk in verilator build as well
This commit is contained in:
committed by
GitHub
parent
057964e940
commit
5d7b224d8b
@@ -18,7 +18,7 @@ Verilog_RTL:
|
||||
ifeq (,$(filter clean full_clean,$(MAKECMDGOALS)))
|
||||
include .depends.mk
|
||||
|
||||
.depends.mk: | build_dir Verilog_RTL
|
||||
.depends.mk: TagTableStructure.bsv | build_dir Verilog_RTL
|
||||
if ! bluetcl -exec makedepend -verilog -elab $(RTL_GEN_DIRS) $(BSC_COMPILATION_FLAGS) -p $(BSC_PATH) -o $@ $(TOPFILE); then rm -f $@ && false; fi
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user