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, 5 insertions, 0 deletions
diff --git a/basys3/basys3.srcs/makefile b/basys3/basys3.srcs/makefile
new file mode 100644
index 0000000..61fab40
--- /dev/null
+++ b/basys3/basys3.srcs/makefile
@@ -0,0 +1,5 @@
+ppu_tb.vhd: ppu_tb.vhd.m4 ../../test/ppu-stm-integration-demo/test-image.tb.vhd
+
+%.vhd: %.vhd.m4
+ m4 -I../../test/ppu-stm-integration-demo/ $< > $@
+