add linting in vscode
This commit is contained in:
parent
0fea83e14c
commit
03828419a9
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"editor.rulers": [
|
||||
120
|
||||
],
|
||||
"editor.formatOnSave": true,
|
||||
"verilog.linting.linter": "iverilog",
|
||||
"verilog.linting.iverilog.arguments": "-g2012 -i -Wall",
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user