aboutsummaryrefslogtreecommitdiff
path: root/sim/falling_edge_detector/makefile.sources
blob: 03b2cd7ea312d4f2fc717d0fb2c8a93143c6a60b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
# -----------------------------------------------------------------------------