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

# This include must define SYN_SOURCE_FILES
include ./makefile.sources

SOURCE_FILES = $(SYN_SOURCE_FILES) \
../../src/t_$(PROJECT).vhd

include ../makefile