mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-11-09 21:14:57 -07:00
add linting in vscode
This commit is contained in:
parent
0fea83e14c
commit
03828419a9
7
.vscode/extensions.json
vendored
Normal file
7
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"mshr-h.veriloghdl",
|
||||||
|
"zhwu95.riscv",
|
||||||
|
"hediet.vscode-drawio"
|
||||||
|
]
|
||||||
|
}
|
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…
Reference in New Issue
Block a user