aboutsummaryrefslogtreecommitdiff
path: root/sim/falling_edge_detector/makefile_rtl.sources
diff options
context:
space:
mode:
authorJohann Faerber <johann.faerber@hs-augsburg.de>2022-03-09 09:48:43 +0100
committerJohann Faerber <johann.faerber@hs-augsburg.de>2022-03-09 09:48:43 +0100
commita04bbf15b0f51696894e37f3e566998108aefd74 (patch)
tree35a36178bfb2fa257b0afcddaec29868f6e4fc77 /sim/falling_edge_detector/makefile_rtl.sources
parentfd7c3d6c1352353f3ee2da9267308a51fd67315d (diff)
added basic design directory structure
Diffstat (limited to 'sim/falling_edge_detector/makefile_rtl.sources')
-rw-r--r--sim/falling_edge_detector/makefile_rtl.sources18
1 files changed, 18 insertions, 0 deletions
diff --git a/sim/falling_edge_detector/makefile_rtl.sources b/sim/falling_edge_detector/makefile_rtl.sources
new file mode 100644
index 0000000..03b2cd7
--- /dev/null
+++ b/sim/falling_edge_detector/makefile_rtl.sources
@@ -0,0 +1,18 @@
+## ----------------------------------------------------------------------------
+## 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/e_falling_edge_detector.vhd \
+../../src/a_falling_edge_detector_rtl.vhd \
+
+# do not delete this line
+# -----------------------------------------------------------------------------