From 509fbe43e4fc6e9a14dcde235f017dc60b7f2026 Mon Sep 17 00:00:00 2001 From: Boris Date: Thu, 7 Aug 2025 00:27:49 +0000 Subject: [PATCH] take src/ into account when building testbenches --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1eae37ec..a11e79fa 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ new_tb: fi m4 -D M4__TB_NAME="$(name)_tb" test/tb_template.sv.m4 > test/$(name)_tb.sv -build_tb: $(TB_VVPS) $(TB_SRCS) $(TB_UTILS) +build_tb: $(TB_VVPS) $(TB_SRCS) $(TB_UTILS) $(SRCS) run_tb: build_tb @failed=0; \