aboutsummaryrefslogtreecommitdiff
path: root/sim/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 /sim/top_uart/makefile
parent1f690b5ea2be1cfc6290b7d5539effd001cde5e5 (diff)
add top_uart
Diffstat (limited to 'sim/top_uart/makefile')
-rw-r--r--sim/top_uart/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/top_uart/makefile b/sim/top_uart/makefile
new file mode 100644
index 0000000..5f96c0c
--- /dev/null
+++ b/sim/top_uart/makefile
@@ -0,0 +1,9 @@
+PROJECT = top_uart
+
+# This include must define SYN_SOURCE_FILES
+include ./makefile.sources
+
+SOURCE_FILES = $(SYN_SOURCE_FILES) \
+../../src/t_$(PROJECT).vhd
+
+include ../makefile