diff options
Diffstat (limited to '.hdl_checker.config')
-rw-r--r-- | .hdl_checker.config | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.hdl_checker.config b/.hdl_checker.config deleted file mode 100644 index da7b6c4..0000000 --- a/.hdl_checker.config +++ /dev/null @@ -1,13 +0,0 @@ -{ - "sources": [ - [ "src/**/*.vhd", { "library": "work", "flags": ["-2008"] } ], - [ "lib/**/*.vhd", { "library": "work", "flags": ["-2008"] } ] - ], - "vhdl": { - "flags": { - "single": ["-2008"], - "dependencies": [], - "global": [] - } - } -} |