From e96efbe9496c8f9718869791fa30e444f42ffb38 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Thu, 7 Mar 2024 12:26:41 +0100 Subject: add top_shift and simulation --- pnr/top_shift/makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pnr/top_shift/makefile (limited to 'pnr/top_shift/makefile') diff --git a/pnr/top_shift/makefile b/pnr/top_shift/makefile new file mode 100644 index 0000000..e9a612d --- /dev/null +++ b/pnr/top_shift/makefile @@ -0,0 +1,10 @@ + +PROJECT = top_shift + +# 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