-
Just a quick question, is Surelog and Verible (both supported with UHDM) serve the same purpose of SV frontend parser?
-
As the titles states would it be possible to add config/verible for watching multiple streams?
Another request is would it possible to make the lurker bot collect channle points and redeem random e…
-
**Describe the bug**
uint is parsed as `kReferenceCallBase` and not as `kDataTypePrimitive` in `kForInitialization`.
**To Reproduce**
```systemverilog
module m();
initial begin
fo…
-
Example:
```systemverilog
typedef enum bit [1:0] {
kA = 1,
kAA = 2,
kAAA = 3
} blah_e;
```
Align the `=` to the longest identifier on the left.
Only align consecutive groups (in …
-
This issue tracks the addition of [Verible style-lint](https://github.com/google/verible) to our utility tools and CI. Verible style lint is an open-source style linter which implements rules that are…
-
Write a tutorial (or a script) with end-to-end flow for indexing SystemVerilog code using Verible & Kythe. Serve the references using Kythe's built in http server.
Umbrella issue: #185
-
Verible lint is about to get support for waiver file(s). Currently, only a single waiver file is supported, but there's an issue to hopefully get support for multiple waiver files.
The goal is to h…
-
We want to use verible_lint (https://github.com/google/verible) as one of our lint tools. There are a couple things to be solved first.
A run of Verible today shows that most lint rules match our u…
-
Current Ibex tests fail throughout, because there are some files missing.
https://symbiflow.github.io/sv-tests/#Verible|ibex|ibex
-
Serving a searchable/indexed view of the Verible codebase would greatly aid developers.
Options:
* Kythe, and run our own
* http://source.cloud.google.com
* Some github extension?
Ideally…