Trying to run Verilog in vscode, record it.
Set a long time ago, write as much as you think:
1. Added extensions:#
Verilog HDL: Add a run button, add console output (approximately)
Verilog Snippet: Keyword highlighting completion (approximately)
Verilog_Testbench: Automatically generate test files, not very useful.
Verilog-HDL/SystemVe: Mainly, integrate various modules
WaveTrace: Waveform display
2. Partial settings:#
"verilog.linting.linter": "iverilog"
3. Error:#
- include error:
`include "./my.v" file not found, neither relative nor absolute path works: set as:
"verilog.linting.iverilog.runAtFileLocation": true