Skip to content

Commit

Permalink
Resorting to wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarDevAchar authored Aug 26, 2024
1 parent 0dcee19 commit 648f05c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,7 @@
SIM ?= icarus
TOPLEVEL_LANG ?= verilog
SRC_DIR = $(PWD)/../src
PROJECT_SOURCES = project.v
# PROJECT_SOURCES += vga_controller.v
# PROJECT_SOURCES += graphics_engine.v
# PROJECT_SOURCES += overlay_creator.v
# PROJECT_SOURCES += text_demosiine.v
# PROJECT_SOURCES += text_tt08.v
# PROJECT_SOURCES += text_sda.v
# PROJECT_SOURCES += sine_layer.v
# PROJECT_SOURCES += audio_engine.v
# PROJECT_SOURCES += freq_synth.v
PROJECT_SOURCES = $(wildcard *.v)


ifneq ($(GATES),yes)
Expand Down

0 comments on commit 648f05c

Please sign in to comment.