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 --- pnr/top_uart/makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pnr/top_uart/makefile (limited to 'pnr/top_uart/makefile') 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 -- cgit v1.2.3