aboutsummaryrefslogtreecommitdiff
path: root/pnr/top_count/makefile
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@tha.de>2024-05-10 12:28:38 +0200
committerFriedrich Beckmann <friedrich.beckmann@tha.de>2024-05-10 12:28:38 +0200
commitbc7d43b160864d53e7e4bbea81b29d5e8903baf4 (patch)
treefbe7a598af34ddbc585976dfe39af253b1dfd864 /pnr/top_count/makefile
parentee8d484d8531e425a06f23519fc09bbf2e1acf4e (diff)
add top_count
Diffstat (limited to 'pnr/top_count/makefile')
-rw-r--r--pnr/top_count/makefile10
1 files changed, 10 insertions, 0 deletions
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