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 d481c37..b450102 100644 --- a/vhdl_ls.toml +++ b/vhdl_ls.toml @@ -14,6 +14,15 @@ UNISIM.files = [ ] UNISIM.is_third_party = true +IEEE.files = [ + "/tools/ghdl/libraries/ieee2008/*.vhdl", + "/tools/ghdl/libraries/ieee/*.vhdl", + # "/tools/ghdl +] +IEEE.is_third_party = true + + + [lint] unused = "error" unnecessary_work_library = false |