aboutsummaryrefslogtreecommitdiff
path: root/sim/fir/makefile.sources
blob: 575e14ff83ebc0d924c8a00ce0b32f305bd29ce8 (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/fir_mac_rtl.vhd \
../../src/fir_structure.vhd \

# do not delete this line
# -----------------------------------------------------------------------------