aboutsummaryrefslogtreecommitdiff
path: root/vhdl_ls.toml
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-05-14 16:21:25 +0200
committerFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-05-14 16:21:25 +0200
commit1b09cc725908bbec8ec2e416ebeb09d8a84ac2a6 (patch)
tree31986ff7695371834515177ded0f61af509e0df3 /vhdl_ls.toml
parent1f690b5ea2be1cfc6290b7d5539effd001cde5e5 (diff)
add top_uart
Diffstat (limited to 'vhdl_ls.toml')
-rw-r--r--vhdl_ls.toml9
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