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

# 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