aboutsummaryrefslogtreecommitdiff
path: root/pnr/top_shift/makefile
blob: e9a612d7685d0a5aab53a88bba200d91dfb27d35 (plain)
1
2
3
4
5
6
7
8
9
10
PROJECT = top_shift

# Take the vhdl files of the project
# from the simulation setup. This defines SYN_SOURCE_FILES
include ../../sim/$(PROJECT)/makefile.sources
# List all files for the project
SOURCE_FILES = $(SYN_SOURCE_FILES)

include ../makefile