diff options
Diffstat (limited to 'sim/top_count/makefile')
-rw-r--r-- | sim/top_count/makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/top_count/makefile b/sim/top_count/makefile new file mode 100644 index 0000000..d2eda6a --- /dev/null +++ b/sim/top_count/makefile @@ -0,0 +1,9 @@ +PROJECT = top_count + +# This include must define SYN_SOURCE_FILES +include ./makefile.sources + +SOURCE_FILES = $(SYN_SOURCE_FILES) \ +../../src/t_$(PROJECT).vhd + +include ../makefile |