ganimede-merge-control-driver #12

Merged
Adam merged 15 commits from ganimede-merge-control-driver into ganimede-toplevel-template 2025-03-13 16:40:46 +01:00
Showing only changes of commit a9f1e0fb37 - Show all commits

18
src/vhdl_ls.toml Normal file
View File

@ -0,0 +1,18 @@
# What standard to use. This is optional and defaults to VHDL2008.
standard = "1993"
# File names are either absolute or relative to the parent folder of the vhdl_ls.toml file
[libraries]
ganimede.files = [
'ganimede/*.vhd'
]
socbridge.files = [
'socbridge/*.vhd'
]
controller.files = [
'controller/*.vhd',
]
[lint]
unused = 'error' # Upgrade the 'unused' diagnostic to the 'error' severity
unnecessary_work_library = false # Disable linting for the 'library work;' statement