Skip to content

Add guide: Configure iverilog for Digital IDE (VSCode) in WSL - #1

Draft
Pastwithin with Copilot wants to merge 2 commits into
mainfrom
copilot/configure-iverilog-for-digital-ide
Draft

Add guide: Configure iverilog for Digital IDE (VSCode) in WSL#1
Pastwithin with Copilot wants to merge 2 commits into
mainfrom
copilot/configure-iverilog-for-digital-ide

Conversation

Copilot AI commented Mar 28, 2026

Copy link
Copy Markdown

Users running Digital IDE in WSL had no documented path for getting iverilog wired up correctly — the plugin needs an explicit binary path and the VSCode session must run inside WSL context.

Changes

  • New guide docs/guide/Digital IDE iverilog配置/Digital IDE iverilog配置.md

    • Install iverilog via apt in WSL
    • Locate the binary with which iverilog
    • Open the project via Remote - WSL so the plugin resolves tools against the WSL filesystem
    • Set settings.json entries:
      {
          "digital-ide.iverilog.install.path": "/usr/bin/iverilog",
          "digital-ide.vvp.install.path": "/usr/bin/vvp"
      }
    • Troubleshooting section (path mismatch, WSL 2 recommendation)
  • zensical.toml — adds a "Digital IDE" subsection under the "工具" nav tab pointing to the new guide


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI changed the title [WIP] Add Iverilog configuration for Digital IDE in WSL Add guide: Configure iverilog for Digital IDE (VSCode) in WSL Mar 28, 2026
Copilot AI requested a review from Pastwithin March 28, 2026 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants