Skip to content

Commit

Permalink
feat: add .mem file to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabeth-0 committed Feb 14, 2025
1 parent 2accc39 commit 50b05ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
SIM ?= icarus
TOPLEVEL_LANG ?= verilog
SRC_DIR = $(PWD)/../src
PROJECT_SOURCES = tt_um_waves.v
PROJECT_SOURCES = tt_um_waves.v sine_table.mem

ifneq ($(GATES),yes)

Expand Down

0 comments on commit 50b05ea

Please sign in to comment.