aboutsummaryrefslogtreecommitdiff
path: root/sim/de1_audio
diff options
context:
space:
mode:
Diffstat (limited to 'sim/de1_audio')
-rw-r--r--sim/de1_audio/makefile10
-rw-r--r--sim/de1_audio/makefile.sources14
2 files changed, 24 insertions, 0 deletions
diff --git a/sim/de1_audio/makefile b/sim/de1_audio/makefile
new file mode 100644
index 0000000..99b022e
--- /dev/null
+++ b/sim/de1_audio/makefile
@@ -0,0 +1,10 @@
+PROJECT = de1_audio
+
+include ./makefile.sources
+
+# Add here the testbench file
+SOURCE_FILES = $(SYN_SOURCE_FILES) \
+../../src/t_$(PROJECT).vhd
+
+include ../makefile
+
diff --git a/sim/de1_audio/makefile.sources b/sim/de1_audio/makefile.sources
new file mode 100644
index 0000000..ee901cc
--- /dev/null
+++ b/sim/de1_audio/makefile.sources
@@ -0,0 +1,14 @@
+SYN_SOURCE_FILES = \
+../../src/adcintf.vhd \
+../../src/bclk.vhd \
+../../src/dacintf.vhd \
+../../src/fsgen.vhd \
+../../src/i2c_sub.vhd \
+../../src/i2c.vhd \
+../../src/i2c_write.vhd \
+../../src/mclk.vhd \
+../../src/memory.vhd \
+../../src/ringbuf.vhd \
+../../src/audio.vhd \
+../../src/de1_audio.vhd
+