aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-05-27 17:32:24 +0200
committerFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-05-27 21:04:01 +0200
commitf780458e75d1e22742a091e8e9cf89009e91ee8a (patch)
tree1c344369707a3a43374434dc47d153b9b8492749 /sim
parent8c6f69e2fead5f85b8098bca6c1c4606676a880e (diff)
uart rx
Diffstat (limited to 'sim')
-rw-r--r--sim/top_uart/makefile.sources6
1 files changed, 5 insertions, 1 deletions
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