mirror of
https://gitlab.com/brendanhaines/ice40.git
synced 2024-11-09 21:14:58 -07:00
24 lines
588 B
JSON
24 lines
588 B
JSON
|
{
|
||
|
"verilog.linting.linter": "iverilog",
|
||
|
"verilog.linting.iverilog.arguments": "-g2012 -Wall -Y .sv -i",
|
||
|
"openInExternalApp.openMapper": [
|
||
|
{
|
||
|
"extensionName": "gtkw",
|
||
|
"apps": [
|
||
|
{
|
||
|
"title": "gtkwave",
|
||
|
"openCommand": "gtkwave"
|
||
|
},
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"extensionName": "vcd",
|
||
|
"apps": [
|
||
|
{
|
||
|
"title": "gtkwave",
|
||
|
"openCommand": "gtkwave"
|
||
|
},
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
}
|