Skip to content

Commit 9f6d161

Browse files
Merge pull request #52 from UTOSS/boris/fix-makefile
Take `src/` into account when building testbenches
2 parents b3aa21c + 509fbe4 commit 9f6d161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ new_tb:
3232
fi
3333
m4 -D M4__TB_NAME="$(name)_tb" test/tb_template.sv.m4 > test/$(name)_tb.sv
3434

35-
build_tb: $(TB_VVPS) $(TB_SRCS) $(TB_UTILS)
35+
build_tb: $(TB_VVPS) $(TB_SRCS) $(TB_UTILS) $(SRCS)
3636

3737
run_tb: build_tb
3838
@failed=0; \

0 commit comments

Comments
 (0)