aboutsummaryrefslogtreecommitdiff
path: root/sim/de1_sta/makefile
blob: 5db242edd6cfafe288b2bc4183d94e581c8ae2a8 (plain)
1
2
3
4
5
6
7
8
9
PROJECT = de1_sta

include ./makefile.sources

# Add here the testbench file
SOURCE_FILES = $(SYN_SOURCE_FILES) \
../../src/t_$(PROJECT).vhd

include ../makefile