aboutsummaryrefslogtreecommitdiff
path: root/sim/mux2to1/makefile_equation.sources
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mux2to1/makefile_equation.sources')
-rw-r--r--sim/mux2to1/makefile_equation.sources17
1 files changed, 17 insertions, 0 deletions
diff --git a/sim/mux2to1/makefile_equation.sources b/sim/mux2to1/makefile_equation.sources
new file mode 100644
index 0000000..880fac4
--- /dev/null
+++ b/sim/mux2to1/makefile_equation.sources
@@ -0,0 +1,17 @@
+## ----------------------------------------------------------------------------
+## Script : makefile.sources
+## ----------------------------------------------------------------------------
+## Author : Johann Faerber
+## Company : University of Applied Sciences Augsburg
+## ----------------------------------------------------------------------------
+## Description: provide all the VHDL source files in the variable SYN_SOURCE_FILES
+## Attention !!!
+## -------------
+## Do not forget a new line after the final source file !
+## ----------------------------------------------------------------------------
+
+SYN_SOURCE_FILES = \
+../../src/mux2to1_equation.vhd \
+
+# do not delete this line
+# -----------------------------------------------------------------------------