Skip to content

Commit

Permalink
feat: check for src directory on Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth-0 committed Feb 20, 2025
1 parent 8fc9e2d commit 0926092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
SIM ?= icarus
TOPLEVEL_LANG ?= verilog

# Update to use absolute or corrected path
SRC_DIR = $(PWD)/src
# Update SRC_DIR path to resolve correctly
SRC_DIR = $(shell pwd)/src
PROJECT_SOURCES = tt_um_waves.v sine_table.mem

# Debugging: Print the value of SRC_DIR
Expand Down

0 comments on commit 0926092

Please sign in to comment.