diff options
Diffstat (limited to 'vhdl_ls.toml')
-rw-r--r-- | vhdl_ls.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vhdl_ls.toml b/vhdl_ls.toml index d162b4d..2460aad 100644 --- a/vhdl_ls.toml +++ b/vhdl_ls.toml @@ -22,4 +22,13 @@ top_count.files = [ ,'src/pwm.vhd' ,'src/top_count.vhd' ,'src/t_top_count.vhd' + ] + + +top_uart.files = [ + 'src/edge.vhd' + ,'src/baudcnt.vhd' + ,'src/uart_tx_shift.vhd' + ,'src/top_uart.vhd' + ,'src/t_top_uart.vhd' ]
\ No newline at end of file |