aboutsummaryrefslogtreecommitdiff
path: root/pnr/top_uart/makefile
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-05-14 16:21:25 +0200
committerFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-05-14 16:21:25 +0200
commit1b09cc725908bbec8ec2e416ebeb09d8a84ac2a6 (patch)
tree31986ff7695371834515177ded0f61af509e0df3 /pnr/top_uart/makefile
parent1f690b5ea2be1cfc6290b7d5539effd001cde5e5 (diff)
add top_uart
Diffstat (limited to 'pnr/top_uart/makefile')
-rw-r--r--pnr/top_uart/makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/pnr/top_uart/makefile b/pnr/top_uart/makefile
new file mode 100644
index 0000000..cbb853c
--- /dev/null
+++ b/pnr/top_uart/makefile
@@ -0,0 +1,10 @@
+
+PROJECT = top_uart
+
+# 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