Skip to content

Commit

Permalink
feat: update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth-0 committed Feb 20, 2025
1 parent 5581503 commit 8fc9e2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fc9e2d

Please sign in to comment.