aboutsummaryrefslogtreecommitdiff
path: root/sim/de1_murax_franz/makefile
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2022-07-25 17:55:39 +0200
committerFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2022-07-25 17:55:39 +0200
commit3fff6023602822531efdae30bc8ebf862967f1ef (patch)
tree16028102b8d850f8ab3115d28a8539ca6bc5f51d /sim/de1_murax_franz/makefile
Initial Commit
Diffstat (limited to 'sim/de1_murax_franz/makefile')
-rw-r--r--sim/de1_murax_franz/makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/de1_murax_franz/makefile b/sim/de1_murax_franz/makefile
new file mode 100644
index 0000000..eda7ebf
--- /dev/null
+++ b/sim/de1_murax_franz/makefile
@@ -0,0 +1,12 @@
+PROJECT = de1_murax_franz
+
+include ./makefile.sources
+
+# Add here the testbench file
+SOURCE_FILES = $(SYN_SOURCE_FILES) \
+../../src/t_$(PROJECT).vhd
+
+include ../makefile
+
+
+