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 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 |