Skip to content

Commit

Permalink
Auto deploy from GitHub Actions build 264
Browse files Browse the repository at this point in the history
iBug: [3641299] vscode2vlab: Fix accidentally broken links
  • Loading branch information
web-flow authored Sep 29, 2024
1 parent cb59c06 commit cde1a84
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
46 changes: 23 additions & 23 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,94 +2,94 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://vlab.ustc.edu.cn/docs/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/announcements/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/credits/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/downloads/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/faq/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/quickstart/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/recruit/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/web/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/advanced/images/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/advanced/install-desktop/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/advanced/resources/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/apps/riscv/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/apps/vscode/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/file/clients/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/file/filestash/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/login/browser/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/login/rdp/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/login/ssh/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/login/vnc/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/terms/acceptable-use-policy/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/terms/terms-of-service/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/tutorial/git/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
<url>
<loc>https://vlab.ustc.edu.cn/docs/tutorial/vscode2vlab/</loc>
<lastmod>2024-09-28</lastmod>
<lastmod>2024-09-29</lastmod>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions tutorial/vscode2vlab/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ <h2 id="installvs">本地安装并配置 VSCode<a class="headerlink" href="#inst
<p>本文档主要用于<strong>数字电路实验</strong>教学,介绍了如何配置 VSCode 中 Verilog 相关环境。如需其他编程语言环境配置,请自行学习并操作。</p>
</div>
<h3 id="1-vscode">1. 安装 VSCode<a class="headerlink" href="#1-vscode" title="Permanent link">&para;</a></h3>
<p>进入 VSCode 的<a href="../https://code.visualstudio.com/">官方网站</a>,点击 Download for Windows 下载。下载完成后打开可执行文件。在<strong>选择附加任务</strong>时建议全部勾选,特别是<strong>添加到 PATH</strong> 要勾选,否则后续还要自己将其添加到环境变量。</p>
<p>进入 VSCode 的<a href="https://code.visualstudio.com/">官方网站</a>,点击 Download for Windows 下载。下载完成后打开可执行文件。在<strong>选择附加任务</strong>时建议全部勾选,特别是<strong>添加到 PATH</strong> 要勾选,否则后续还要自己将其添加到环境变量。</p>
<div class="admonition info">
<p class="admonition-title">注意</p>
<p>为了 VSCode 使用的稳定性,安装路径不要包含中文。下面要讲的 ctags 和 iverilog 同理,安装路径也要避免中文。</p>
Expand Down Expand Up @@ -1627,7 +1627,7 @@ <h3 id="3-iverilog-ctags">3. 安装 iverilog 和 ctags<a class="headerlink" href
<summary>关于 linter</summary>
<p><strong>Linter</strong> 是自动检查源代码中是否存在编程和样式错误的工具。对于 Verilog 的 linter 当然不止一种,本教程中使用的是 iverilog。除此之外还有 xvlog 和 Verilator,但 xvlog 来自于 Vivado,你需要在电脑本地安装 Vivado 才有 xvlog。而 Verilator 则是面向 Linux 平台开发的,截至目前使用官网方法在 Windows 平台上编译的 Verilator 都无法配合 VSCode 完成代码检查,需要在子系统 WSL 中安装并运行 Verilator,这里不再介绍具体步骤。</p>
</details>
<p>我们进入 iverilog 的<a href="../https://bleyer.org/icarus/">下载网站</a>,在 Download 中下载最新版本即可。安装时在 Select Components 界面全部勾选,然后勾选可执行文件所在文件夹加入用户路径。</p>
<p>我们进入 iverilog 的<a href="https://bleyer.org/icarus/">下载网站</a>,在 Download 中下载最新版本即可。安装时在 Select Components 界面全部勾选,然后勾选可执行文件所在文件夹加入用户路径。</p>
<p><img alt="iverilog GTKWave" src="../../images/vscode2vlab/vscode4.png" /></p>
<p><img alt="iverilog Path" src="../../images/vscode2vlab/vscode5.png" /></p>
<p>安装后将 iverilog.exe 和 gtkwave.exe 所在文件夹的路径复制加入用户环境变量。</p>
Expand Down Expand Up @@ -1655,7 +1655,7 @@ <h3 id="3-iverilog-ctags">3. 安装 iverilog 和 ctags<a class="headerlink" href
</code></pre></div>
<p>弹出这个软件则配置成功。</p>
<p><img alt="gtkwave" src="../../images/vscode2vlab/vscode7.png" /></p>
<p>接下来我们进入<a href="../https://github.com/universal-ctags/ctags-win32/releases">下载页面</a>安装 <strong>ctags</strong>,可选择最新版本进入下载。</p>
<p>接下来我们进入<a href="https://github.com/universal-ctags/ctags-win32/releases">下载页面</a>安装 <strong>ctags</strong>,可选择最新版本进入下载。</p>
<p><img alt="ctags" src="../../images/vscode2vlab/vscode8.png" /></p>
<p>安装后同样将 ctags.exe 所在文件夹路径复制加入环境变量。</p>
<p>检查 ctags 是否安装成功:</p>
Expand Down

0 comments on commit cde1a84

Please sign in to comment.