diff options
Diffstat (limited to 'vhdl_ls.toml')
-rw-r--r-- | vhdl_ls.toml | 7 |
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 + ] + |