aboutsummaryrefslogtreecommitdiff
path: root/sim/de1_sta/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sim/de1_sta/makefile')
-rw-r--r--sim/de1_sta/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/de1_sta/makefile b/sim/de1_sta/makefile
new file mode 100644
index 0000000..5db242e
--- /dev/null
+++ b/sim/de1_sta/makefile
@@ -0,0 +1,9 @@
+PROJECT = de1_sta
+
+include ./makefile.sources
+
+# Add here the testbench file
+SOURCE_FILES = $(SYN_SOURCE_FILES) \
+../../src/t_$(PROJECT).vhd
+
+include ../makefile