diff options
author | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2024-05-10 12:28:38 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@tha.de> | 2024-05-10 12:28:38 +0200 |
commit | bc7d43b160864d53e7e4bbea81b29d5e8903baf4 (patch) | |
tree | fbe7a598af34ddbc585976dfe39af253b1dfd864 /vhdl_ls.toml | |
parent | ee8d484d8531e425a06f23519fc09bbf2e1acf4e (diff) |
add top_count
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 ba7cd67..b8740bd 100644 --- a/vhdl_ls.toml +++ b/vhdl_ls.toml @@ -12,4 +12,13 @@ top_shift.files = [ top_hex.files = [ 'src/bin2seg.vhd' ,'src/top_hex.vhd' + ] + +top_count.files = [ + 'src/bin2seg.vhd' + ,'src/ringcnt.vhd' + ,'src/cntm13.vhd' + ,'src/cnt1sec.vhd' + ,'src/top_count.vhd' + ,'src/t_top_count.vhd' ]
\ No newline at end of file |