-
The title says it all ... AscentLint complains about it, but seemingly no of our other linters in Ibex cares. I'd expect there to be a verible lint option we just need to turn on.
-
Vim has a popular plugin [ALE](https://github.com/dense-analysis/ale) that works with various languages. Add a file like other linters to integrate svlint in Vim: https://github.com/dense-analysis/ale…
-
-
**Test case**
```systemverilog
// my_module.sv
module my_module;
`include "my_included_file.sv"
endmodule
```
```systemverilog
// my_included_file.sv
generate
genvar i;
for (i = 0…
-
**Describe the bug**
Verible marks explicit types on structure literals as a syntax error.
**To Reproduce**
```systemverilog
module foobar;
always_comb begin
foo = t_foo'{
bar…
-
Running `verilog_format` on below example:
```verilog
module mod_name (out1_vdd_hv, out1_vdio_hv, out2_vdd_hv, out2_vdio_hv, out3_vdd_hv, out3_vdio_hv, tie_lo_esd, vdd_present_vdio_hv, vdio_present_…
-
**Describe the bug**
refer to https://terostechnology.github.io/terosHDLdoc/style/configuration.html
it seems nothing was reported after config
while i could manual execute successfully and report …
-
Hi!
It looks like this project is using the LowRISC style guide. You thus might be interested in [Google's verible project](https://github.com/google/verible) which provides an Apache 2.0 licensed …
-
Tool dependencies seem to be not getting updated again. The generated dashboard seems to have tool versions that are about a month old for several that I checked (slang, Surelog, verible). I've lost t…
-
With the verible-lint GH Action now enabled in reviews we get errors like the following one:
⚠️ **[verible-verilog-lint]** reported by [reviewdog](https://github.com/reviewdog/reviewdog) :dog:struc…