cpu/.vscode/settings.json

8 lines
195 B
JSON
Raw Permalink Normal View History

2022-11-19 16:27:52 -07:00
{
"editor.rulers": [
120
],
"editor.formatOnSave": true,
"verilog.linting.linter": "iverilog",
2022-12-01 01:03:23 -07:00
"verilog.linting.iverilog.arguments": "-g2012 -i -Wall -Y .sv -I lib",
2022-11-19 16:27:52 -07:00
}