zed-industries / extensions

Extensions for the Zed editor
843 stars 360 forks source link

SystemVerilog #170

Closed wespiard closed 4 months ago

wespiard commented 1 year ago

Check for existing issues

Language

SystemVerilog

Tree Sitter parser link

https://github.com/tree-sitter/tree-sitter-verilog

Language server link

https://github.com/chipsalliance/verible/tree/master/verilog/tools/ls

Misc notes

SystemVerilog (newer version of Verilog) is a Hardware Description Language (HDL) used for digital design and verification.

Some common filetypes are .sv, .v, and .svh.

sqlmap3 commented 8 months ago

UVM can support?