From f780458e75d1e22742a091e8e9cf89009e91ee8a Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Mon, 27 May 2024 17:32:24 +0200 Subject: uart rx --- sim/top_uart/makefile.sources | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sim/top_uart/makefile.sources') diff --git a/sim/top_uart/makefile.sources b/sim/top_uart/makefile.sources index c5493f3..c071757 100644 --- a/sim/top_uart/makefile.sources +++ b/sim/top_uart/makefile.sources @@ -4,4 +4,8 @@ SYN_SOURCE_FILES = \ ../../src/baudcnt.vhd \ ../../src/edge.vhd \ ../../src/uart_tx_shift.vhd \ -../../src/top_uart.vhd +../../src/top_uart.vhd \ +../../src/uart_rx.vhd \ +../../src/uart_rx_shift.vhd \ +../../src/uart_rx_baudcnt.vhd \ +../../src/uart_rx_bitcnt.vhd -- cgit v1.2.3