aboutsummaryrefslogtreecommitdiff
path: root/vhdl_ls.toml
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 /vhdl_ls.toml
parent8c6f69e2fead5f85b8098bca6c1c4606676a880e (diff)
uart rx
Diffstat (limited to 'vhdl_ls.toml')
-rw-r--r--vhdl_ls.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/vhdl_ls.toml b/vhdl_ls.toml
index 2460aad..01449fe 100644
--- a/vhdl_ls.toml
+++ b/vhdl_ls.toml
@@ -29,6 +29,11 @@ top_uart.files = [
'src/edge.vhd'
,'src/baudcnt.vhd'
,'src/uart_tx_shift.vhd'
+ ,'src/uart_rx_shift.vhd'
+ ,'src/uart_rx_baudcnt.vhd'
+ ,'src/uart_rx_bitcnt.vhd'
+ ,'src/uart_rx.vhd'
,'src/top_uart.vhd'
,'src/t_top_uart.vhd'
- ] \ No newline at end of file
+ ]
+