vscode-systemverilog-support icon indicating copy to clipboard operation
vscode-systemverilog-support copied to clipboard

[deprecated]use mshr-h/vscode-verilog-hdl-support

Results 16 vscode-systemverilog-support issues
Sort by recently updated
recently updated
newest added

Hi, I started used your extension for systemverilog code and for what I could observed some functions on systemverilog are not highlight. I hope you can add these functions to...

While using instantiate module command, interfaces in the module will be ignored. For example, if the definition of the module is: ``` module even_top ( input clk, reset, flush, flush_include_3rd,...

Hi, Is autoindent supported. If so, how to turn it on? Thanks, Siarhei

enhancement

Thanks for sharing this extension! There is a bug when using replication operator ![replication_operator](http://i.imgur.com/9zuBNJj.png) We find out that when using replication operator, only the second left-brace is highlighted.

bug

The hover functionality does not work when working with custom types. ```systemverilog typedef enum logic [1:0] { FIXED = 2'b00, INCR = 2'b01, WRAP = 2'b10 } BurstType; BurstType wburst_type;...

enhancement

First thank you for developing this extension! It really saves a lot of time while coding system verilog. Is there any plan to add the snippets support for this extension?...