aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/de1_sine/makefile8
-rw-r--r--sim/de1_sine/makefile.sources4
2 files changed, 12 insertions, 0 deletions
diff --git a/sim/de1_sine/makefile b/sim/de1_sine/makefile
new file mode 100644
index 0000000..e662da8
--- /dev/null
+++ b/sim/de1_sine/makefile
@@ -0,0 +1,8 @@
+PROJECT = de1_sine
+
+include ./makefile.sources
+
+SOURCE_FILES = $(SYN_SOURCE_FILES) \
+../../src/t_$(PROJECT).vhd
+
+include ../makefile
diff --git a/sim/de1_sine/makefile.sources b/sim/de1_sine/makefile.sources
new file mode 100644
index 0000000..5117d72
--- /dev/null
+++ b/sim/de1_sine/makefile.sources
@@ -0,0 +1,4 @@
+SYN_SOURCE_FILES = \
+../../src/de1_sine.vhd \
+../../src/sine_rtl.vhd
+