aboutsummaryrefslogtreecommitdiff
path: root/pnr/top_shift/makefile
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-03-07 12:26:41 +0100
committerFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-03-07 12:26:41 +0100
commite96efbe9496c8f9718869791fa30e444f42ffb38 (patch)
tree6c8b833d360cecfe349e500e734efa96e264208a /pnr/top_shift/makefile
parent1ef4f1f0f06e8ee44c8d153291da229a37c1185d (diff)
add top_shift and simulation
Diffstat (limited to 'pnr/top_shift/makefile')
-rw-r--r--pnr/top_shift/makefile10
1 files changed, 10 insertions, 0 deletions
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