1 Star 0 Fork 0

冯守博/vscode-verilog-hdl-support

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
7年前
Loading...
README
MIT

Verilog HDL support for VSCode Build Status

Verilog HDL support based on https://github.com/textmate/verilog.tmbundle TextMate package.

Features

Done

  • Syntax highlighting for .v .vh files
  • Simple Snippets
    • module
    • always
    • case
    • for
    • while
    • function
    • reg
    • wire
    • testbench template
    • etc...
  • Linting
    • Use verilog.linting.linter to select linter.
      • Possible values are
        • iverilog
        • xvlog
        • none
    • Icarus Verilog (iverilog)
      • Make sure the path to your Icaurus Verilog installation is present in the PATH variable.
      • If your module references other designs from other .v files, use `include "module.v" syntax to include them in your design. IVerilog uses these `include "path/to/file.v" directives to refer those modules. The path/to/file.v should be relative to your workspace directory.
      • Use verilog.linting.iverilog.arguments setting to add custom arguments to the linter. The argument -t null will be added by the linter automatically
      • Use verilog.linting.iverilog.runAtFileLocation setting to run Icarus Verilog at the file location. By default, it will be run at workspace directory, requiring that `include directives contain file paths relative to the workspace directory.
    • Xilinx Vivado Logical Simulation (xvlog)

In progress

  • Icarus Verilog integration
    • Working in:
      • Windows: Yes
        • Tested on Windows 10 Fall Creators Update (build 16299). Visual Studio Code 1.20.1
      • Linux: Yes
        • Tested on Ubuntu 14.04. Visual Studio Code 1.20.1
      • macOS: Not Tested
  • xvlog(Vivado) integration
    • Working in:
      • Windows: Yes
      • Ubuntu: Not Tested (Will be tested soon)
      • macOS: Not Tested

In the future

  • Please post issue if you have any new idea

GitHub repos

mshr-h/vscode-verilog-hdl-support

Contributing

Any contribution is welcome!(fixing typo, refactoring, documentation, and so on)

  1. Fork it ( https://github.com/mshr-h/vscode-verilog-hdl-support )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

See also

https://marketplace.visualstudio.com/items/mshr-h.VerilogHDL

The MIT License (MIT) Copyright (c) 2016 Masahiro H Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Verilog HDL support for VS Code 展开 收起
README
MIT
取消

发行版

暂无发行版

贡献者 (6)

全部

近期动态

5年多前创建了仓库
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/shbfeng/vscode-verilog-hdl-support.git
git@gitee.com:shbfeng/vscode-verilog-hdl-support.git
shbfeng
vscode-verilog-hdl-support
vscode-verilog-hdl-support
master

搜索帮助