-
I am required to use bazel to compile a tool that I need. But I am having problems using VS 2022 professional. Am I doing something wrong here? There appear to be some other similar issues that users …
-
Apparently the verible tool cannot handle macros like this
`define PRAGMA_COVERAGE_OFF \
/``/VCS coverage off \
/``/ pragma coverage off
This was filed to verible with tracking number 2516…
-
Using VSCode 1.86.2
**What activity failed**
I can't get the plugin to obey any of the formatter settings. It looks like it's using the default "infer" state as I can get assignments to align, …
-
I have Verible binaries in the PATH and they are accessible in my BASH terminal. VS Code is trying to run Verible with /bin/sh even though BASH is set in VS Code terminal.integrated.shell.linux
`20…
-
It seems that some of the package are not compatible with the runtime environment present in https://colab.research.google.com/.
Installing the following packages with:
```
!curl -O https://repo…
-
You might want to consider adding [Google's Verible](https://github.com/google/verible) and/or [Surelog](https://github.com/alainmarcel/Surelog) to your [verilinter script](https://github.com/laforest…
-
Hi, I was looking for a SystemVerilog LSP and I found it. Thank you for your effort.
I am now using Veridian with Verible support. But not sure how to set a default path without `veridian.yml`.
Is…
-
Having a HDL code formatter (similar to clang-format) included in the tools would be nice, one such tool is [Verible from Google](https://github.com/google/verible). Seeing how to nicely format HDL co…
-
```
#Add the below to the ~/.cshrc file
alias svlint 'verible-verilog-lint'
alias svformat 'verible-verilog-format'
```
-
**Describe the bug**
The code below raises an error but is valid according to the LMR
**To Reproduce**
```systemverilog
class test;
bit [31:0] pattern;
constraint pattern_c {
fore…