banner
苍术

苍术

不探索,无进步 [email protected]

Verilog running in vscode

Trying to run Verilog in vscode, record it.
Set a long time ago, write as much as you think:

1. Added extensions:#

image

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

image

WaveTrace: Waveform display

2. Partial settings:#

"verilog.linting.linter": "iverilog"

image

3. Error:#

  1. include error:
    `include "./my.v" file not found, neither relative nor absolute path works: set as:
    "verilog.linting.iverilog.runAtFileLocation": true
    1
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.