diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-06-17 09:03:04 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2024-06-17 09:03:04 +0200 |
commit | 371da1e007d7e17d11707534f13abf747638bc8f (patch) | |
tree | 75c8d3183b2c0cd0222bc702a80cd66e9470a0ed /vhdl_ls.toml | |
parent | aa054291a7f4eaf136d228d851354bd879fd8fe1 (diff) |
Diffstat (limited to 'vhdl_ls.toml')
-rw-r--r-- | vhdl_ls.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vhdl_ls.toml b/vhdl_ls.toml index 71576ef..aa70fe3 100644 --- a/vhdl_ls.toml +++ b/vhdl_ls.toml @@ -34,6 +34,8 @@ top_uart.files = [ ,'src/uart_rx_baudcnt.vhd' ,'src/uart_rx_bitcnt.vhd' ,'src/uart_rx.vhd' + ,'src/rxautomat.vhd' + ,'src/txautomat.vhd' ,'src/top_uart.vhd' ,'src/t_top_uart.vhd' ] |