diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-04 11:52:56 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-04 11:52:56 -0400 |
commit | 2cc7f5bf6f16d7a8b9e78caf38dcc4986fd8bbe0 (patch) | |
tree | 2c6855377cb32630cf93c42ad2e15dce63c82408 /.hdl_checker.config | |
parent | a4682596963a919f543bf7692a884626120c63b7 (diff) |
LSP configurations start
Diffstat (limited to '.hdl_checker.config')
-rw-r--r-- | .hdl_checker.config | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.hdl_checker.config b/.hdl_checker.config new file mode 100644 index 0000000..da7b6c4 --- /dev/null +++ b/.hdl_checker.config @@ -0,0 +1,13 @@ +{ + "sources": [ + [ "src/**/*.vhd", { "library": "work", "flags": ["-2008"] } ], + [ "lib/**/*.vhd", { "library": "work", "flags": ["-2008"] } ] + ], + "vhdl": { + "flags": { + "single": ["-2008"], + "dependencies": [], + "global": [] + } + } +} |