aboutsummaryrefslogtreecommitdiff
path: root/pnr/top_simple/makefile
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-03-06 22:45:14 +0100
committerFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-03-06 22:45:14 +0100
commit8cc31c74129ee8599480ff9fe8462a96ffbfe6bc (patch)
treed5092ef066f7c42201bd86503446464e5e533304 /pnr/top_simple/makefile
first commit with top_simple synthesis
Diffstat (limited to 'pnr/top_simple/makefile')
-rw-r--r--pnr/top_simple/makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/pnr/top_simple/makefile b/pnr/top_simple/makefile
new file mode 100644
index 0000000..a75ec68
--- /dev/null
+++ b/pnr/top_simple/makefile
@@ -0,0 +1,8 @@
+
+PROJECT = top_simple
+
+# List all files for the project
+SOURCE_FILES = \
+../../src/top_simple.vhd
+
+include ../makefile