You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

tree-sitter-systemverilog

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sitter-systemverilog

SystemVerilog 1800-2023 Parser

0.1.1
pipPyPI
Maintainers
1

CI

tree-sitter-systemverilog

Full SystemVerilog IEEE 1800-2023 grammar for tree-sitter.

Differences with tree-sitter-verilog

Pros

  • Full implementation of the latest SystemVerilog standard (IEEE 1800-2023)
  • Robust and reliable: sv-tests results
  • Actively maintained
  • Thoroughly tested (~2000 tests, including the whole UVM 2.0 and some open source projects)
  • Implements node fields
  • Supports parsing of code snippets (e.g., always block outside of a module)
  • Basic preprocessing capabilities
  • Currently used on Emacs verilog-ts-mode and nvim systemverilog plugin

Cons

  • Generated parser is double the size
    • Generation of the compiled grammar takes longer (this only needs to be done once)

References

Keywords

incremental

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts