aboutsummaryrefslogtreecommitdiff
path: root/sim/de1_murax_franz
diff options
context:
space:
mode:
Diffstat (limited to 'sim/de1_murax_franz')
-rw-r--r--sim/de1_murax_franz/makefile12
-rw-r--r--sim/de1_murax_franz/makefile.sources3
2 files changed, 15 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
+
+
+
diff --git a/sim/de1_murax_franz/makefile.sources b/sim/de1_murax_franz/makefile.sources
new file mode 100644
index 0000000..af1b1de
--- /dev/null
+++ b/sim/de1_murax_franz/makefile.sources
@@ -0,0 +1,3 @@
+SYN_SOURCE_FILES = \
+../../src/de1_murax_franz.vhd
+