aboutsummaryrefslogtreecommitdiff
path: root/sim/mux2to1/makefile_truthtable.sources
blob: e815b55a95a66ff0c7ab8279d8574e2fae8b64ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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_truthtable.vhd \

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