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 --- sim/top_shift/makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sim/top_shift/makefile (limited to 'sim/top_shift/makefile') diff --git a/sim/top_shift/makefile b/sim/top_shift/makefile new file mode 100644 index 0000000..9b0a862 --- /dev/null +++ b/sim/top_shift/makefile @@ -0,0 +1,9 @@ +PROJECT = top_shift + +# This include must define SYN_SOURCE_FILES +include ./makefile.sources + +SOURCE_FILES = $(SYN_SOURCE_FILES) \ +../../src/t_$(PROJECT).vhd + +include ../makefile -- cgit v1.2.3