banner
苍术

苍术

不探索,无进步 [email protected]

Verilog running in vscode

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:#

image

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

image

WaveTrace: Waveform display

2. Partial settings:#

"verilog.linting.linter": "iverilog"

image

3. Errors:#

  1. include error:
    `include "./my.v" file not found, using relative or absolute paths doesn't work: set to:
    "verilog.linting.iverilog.runAtFileLocation": true
    1
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.