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.sources | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sim/top_uart/makefile.sources (limited to 'sim/top_uart/makefile.sources') diff --git a/sim/top_uart/makefile.sources b/sim/top_uart/makefile.sources new file mode 100644 index 0000000..c5493f3 --- /dev/null +++ b/sim/top_uart/makefile.sources @@ -0,0 +1,7 @@ +# All files which synthesized + +SYN_SOURCE_FILES = \ +../../src/baudcnt.vhd \ +../../src/edge.vhd \ +../../src/uart_tx_shift.vhd \ +../../src/top_uart.vhd -- cgit v1.2.3