From 1b09cc725908bbec8ec2e416ebeb09d8a84ac2a6 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Tue, 14 May 2024 16:21:25 +0200 Subject: add top_uart --- sim/top_uart/makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sim/top_uart/makefile (limited to 'sim/top_uart/makefile') 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 -- cgit v1.2.3