Trying to run Verilog in vscode, let's record it.
It was set up a long time ago, so let's write down whatever comes to mind:
1. Added extensions:#
Verilog HDL: Added a run button, added console output (approximately)
Verilog Snippet: Keyword highlighting completion (approximately)
Verilog_Testbench: Automatically generate test files, not very useful.
Verilog-HDL/SystemVe: Mainly, synthesizes various modules
WaveTrace: Waveform display
2. Partial settings:#
"verilog.linting.linter": "iverilog"
3. Errors:#
- include error:
`include "./my.v" file not found, using relative or absolute paths doesn't work: set to:
"verilog.linting.iverilog.runAtFileLocation": true