From 1b09cc725908bbec8ec2e416ebeb09d8a84ac2a6 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Tue, 14 May 2024 16:21:25 +0200 Subject: add top_uart --- vhdl_ls.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'vhdl_ls.toml') 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 -- cgit v1.2.3