From bc7d43b160864d53e7e4bbea81b29d5e8903baf4 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Fri, 10 May 2024 12:28:38 +0200 Subject: add top_count --- pnr/top_count/makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pnr/top_count/makefile (limited to 'pnr/top_count/makefile') diff --git a/pnr/top_count/makefile b/pnr/top_count/makefile new file mode 100644 index 0000000..1a5ccd5 --- /dev/null +++ b/pnr/top_count/makefile @@ -0,0 +1,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 -- cgit v1.2.3