aboutsummaryrefslogtreecommitdiff
path: root/basys3/basys3.srcs/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'basys3/basys3.srcs/makefile')
-rw-r--r--basys3/basys3.srcs/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/basys3/basys3.srcs/makefile b/basys3/basys3.srcs/makefile
index 61fab40..d37593c 100644
--- a/basys3/basys3.srcs/makefile
+++ b/basys3/basys3.srcs/makefile
@@ -1,4 +1,7 @@
-ppu_tb.vhd: ppu_tb.vhd.m4 ../../test/ppu-stm-integration-demo/test-image.tb.vhd
+all: ppu_tb.vhd spi_tb.vhd
+
+ppu_tb.vhd: ppu_tb.vhd.m4 ../../test/ppu-stm-integration-demo/test-image-ppu.tb.vhd
+spi_tb.vhd: spi_tb.vhd.m4 ../../test/ppu-stm-integration-demo/test-image-spi.tb.vhd
%.vhd: %.vhd.m4
m4 -I../../test/ppu-stm-integration-demo/ $< > $@