blob: da7b6c42b7f2f922f64c4d64a53f3b7f42561819 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"sources": [
[ "src/**/*.vhd", { "library": "work", "flags": ["-2008"] } ],
[ "lib/**/*.vhd", { "library": "work", "flags": ["-2008"] } ]
],
"vhdl": {
"flags": {
"single": ["-2008"],
"dependencies": [],
"global": []
}
}
}
|