There was an error while loading. Please reload this page.
2 parents b3aa21c + 509fbe4 commit 9f6d161Copy full SHA for 9f6d161
1 file changed
Makefile
@@ -32,7 +32,7 @@ new_tb:
32
fi
33
m4 -D M4__TB_NAME="$(name)_tb" test/tb_template.sv.m4 > test/$(name)_tb.sv
34
35
-build_tb: $(TB_VVPS) $(TB_SRCS) $(TB_UTILS)
+build_tb: $(TB_VVPS) $(TB_SRCS) $(TB_UTILS) $(SRCS)
36
37
run_tb: build_tb
38
@failed=0; \
0 commit comments