-
//common/util:file_util_test FAILED in 0.1s
/home/banana/.cache/bazel/_bazel_root/ef4da2825d7ad34a78c6af14a6b3ef53/execroot/com_google_verible/bazel-out/…
-
**Is your feature request related to a problem? Please describe.**
Windows is a popular platform where most GUI projects are run.
It is reasonable to ensure that our GUI is continuously deliverable …
-
The current implementation of this Action is of type Composite. In the first five steps, the dependencies are downloaded and installed: https://github.com/chipsalliance/verible-linter-action/blob/main…
-
**Describe the bug**
A nonexistent config file doesn't throw an error or display any kind of message.
To reproduce run:
```
./verible-verilog-lint --rules_config="linterrules-nonexistent.txt…
-
In several places, the sensitivity list for reset fails linting. For example, in `proc_lsu.sv`, line 413:
```
always_ff @(posedge clk_i or negedge async_rst_n) begin : vproc_lsu_stage_vreg
…
-
A common construct in verilog is using a nested ternary to express a priority selection structure, the output produced by the formatter for these isn't hugely readable, as an example from: https://git…
-
I found this warning while analyzing the failure of building FPGA bitstream.
BTW, looks like the FPGA build fails even the bitstream is generated.
```
Bitstream generation completed
ERROR: Imp…
-
**Describe the bug**
If I put `else in the middle of a module declaration (before ;) it fails. This is valid code.
**To Reproduce**
`ifndef three
module test1
`else
module test2
`endif
;
…
-
I can successfully build Verible on Ubuntu machines but I'm having trouble on Fedora 34 (Workstation Edition). When I run `bazel build -c opt //...` I see the error message below.
```
ERROR: /home/m…
-
### Problem description
I wasn't able to install ErlangLS without specifying the tag manually. With the tag installation succeeds, but the tag is not recognized, and LspInstall doesn't know this is…