aboutsummaryrefslogtreecommitdiff
path: root/basys3/basys3.srcs/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-03-23 18:25:16 +0100
committerlonkaars <loek@pipeframe.xyz>2023-03-23 18:25:16 +0100
commit49a935b6276e59d48665b6ab6e72ff475173bb67 (patch)
tree92071fa1c75e7ec842c8137e45326d2a698a2322 /basys3/basys3.srcs/makefile
parentc8b974d00bbf968187820c21cddaa6627adb904b (diff)
WIP testing ppu (fixed BAM 2nat buffer overflow)
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/ $< > $@
+