aboutsummaryrefslogtreecommitdiff
path: root/vhdl_ls.toml
diff options
context:
space:
mode:
authorFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-04-28 13:11:57 +0200
committerFriedrich Beckmann <friedrich.beckmann@hs-augsburg.de>2024-04-28 13:11:57 +0200
commitd4e117939818af4ed0e148f6352a81c19fa4631c (patch)
tree1e22b7f579296af034f4fb9449a5f1f8920fe374 /vhdl_ls.toml
parente367cceeadc06e7007e1ff9757dfd568184dae02 (diff)
top_shift: add edge.vhd and ringcnt.vhd as empty modules
Diffstat (limited to 'vhdl_ls.toml')
-rw-r--r--vhdl_ls.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/vhdl_ls.toml b/vhdl_ls.toml
index 4f5842d..ba7cd67 100644
--- a/vhdl_ls.toml
+++ b/vhdl_ls.toml
@@ -4,7 +4,9 @@ top_simple.files = [
'src/top_simple.vhd'
]
top_shift.files = [
- 'src/top_shift.vhd'
+ 'src/edge.vhd'
+ ,'src/ringcnt.vhd'
+ ,'src/top_shift.vhd'
,'src/t_top_shift.vhd'
]
top_hex.files = [