We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a978193 commit 3eb1716Copy full SHA for 3eb1716
docs/tutorial/vscode2vlab.md
@@ -107,7 +107,7 @@ Visual Studio Code 是一款由微软开发的免费、轻量级且可扩展的
107
- 鼠标悬停显示代码声明
108
- Ctrl 鼠标点击跳转到代码声明
109
110
-### 3. 安装 iverilog 和 ctags
+### 3. 安装 iverilog 和 ctags {#iverilog-and-ctags}
111
112
目前我们已经安装了 Verilog-HDL/SystemVerilog 插件,但还需要安装 **iverilog**(一种 linter)和 **ctags**。
113
@@ -220,6 +220,10 @@ Windows 11 用户在 **设置 -> 系统 -> 可选功能 -> 查看功能** 中搜
220
221
然后我们就可以开始通过 SSH 远程连接 Vlab 了!
222
223
+!!! note "说明"
224
+
225
+ 在安装「OpenSSH 客户端」功能后,如果在命令行中输入 `ssh` 仍然提示无法找到命令,可以尝试将 `C:\Windows\System32\OpenSSH\` 加入环境变量,具体操作请参考上方配置 [iverilog 和 ctags](#iverilog-and-ctags) 的部分。
226
227
## SSH 通过命令行远程连接 Vlab {#ssh2vlab}
228
229
### 1. SSH 连接 Vlab
0 commit comments