From 8fc9e2dc7dc20f4044784f3b109899f9147dc322 Mon Sep 17 00:00:00 2001 From: Elizabeth Esparza Date: Thu, 20 Feb 2025 13:53:40 -0600 Subject: [PATCH] feat: update makefile --- test/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 027d007..2848ec5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -4,7 +4,9 @@ # defaults SIM ?= icarus TOPLEVEL_LANG ?= verilog -SRC_DIR = $(PWD)/../src + +# Update to use absolute or corrected path +SRC_DIR = $(PWD)/src PROJECT_SOURCES = tt_um_waves.v sine_table.mem # Debugging: Print the value of SRC_DIR