From aa054291a7f4eaf136d228d851354bd879fd8fe1 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Tue, 28 May 2024 12:20:02 +0200 Subject: add uart_rx_edge --- sim/top_uart/makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'sim') diff --git a/sim/top_uart/makefile.sources b/sim/top_uart/makefile.sources index c071757..37c4bda 100644 --- a/sim/top_uart/makefile.sources +++ b/sim/top_uart/makefile.sources @@ -6,6 +6,7 @@ SYN_SOURCE_FILES = \ ../../src/uart_tx_shift.vhd \ ../../src/top_uart.vhd \ ../../src/uart_rx.vhd \ +../../src/uart_rx_edge.vhd \ ../../src/uart_rx_shift.vhd \ ../../src/uart_rx_baudcnt.vhd \ ../../src/uart_rx_bitcnt.vhd -- cgit v1.2.3