Groups
Groups
Sign in
Groups
Groups
Verible Users
Conversations
About
Send feedback
Help
Verible Users
Contact owners and managers
1–30 of 49
Welcome to the Verible project user discussion list!
The Verible project lives at
https://github.com/
chipsalliance/verible
Mark all as read
Report group
0 selected
Pol Escolà
8/20/25
Verible autocompleter
Hi everyone, I'm really enjoying using Verible with Neovim + Mason (Astronvim) for SystemVerilog
unread,
Verible autocompleter
Hi everyone, I'm really enjoying using Verible with Neovim + Mason (Astronvim) for SystemVerilog
8/20/25
Sunil kumar Segu
,
David Fang
2
7/21/25
Suppress Syntax issues and do regular formatting for sv files which has syntax issues!
Acknowledged. One limitation with the current formatter implementation is that it operates starting
unread,
Suppress Syntax issues and do regular formatting for sv files which has syntax issues!
Acknowledged. One limitation with the current formatter implementation is that it operates starting
7/21/25
Robbie Temple
4/8/25
Generate statement naming flexibility
Hello again, It would be ideal to have a `prefix_regex` field for `generate-label-prefix`. The
unread,
Generate statement naming flexibility
Hello again, It would be ideal to have a `prefix_regex` field for `generate-label-prefix`. The
4/8/25
Robbie Temple
2
4/8/25
Instance name rules?
This is for `verible-verilog-lint` in case that wasn't clear. On Tuesday, April 8, 2025 at 12:19:
unread,
Instance name rules?
This is for `verible-verilog-lint` in case that wasn't clear. On Tuesday, April 8, 2025 at 12:19:
4/8/25
Yaswanth Puvvada
,
David Fang
3
4/1/25
How to exclude standard cells from obfuscator
Thanks a lot David. That worked. Extending the idea: we should also provide the pin names of standard
unread,
How to exclude standard cells from obfuscator
Thanks a lot David. That worked. Extending the idea: we should also provide the pin names of standard
4/1/25
Srinivasan Venkataramanan
2/19/25
Getting line number - Python API
I am using below code with Verible. I can get file name, what about line number(s) for a given token/
unread,
Getting line number - Python API
I am using below code with Verible. I can get file name, what about line number(s) for a given token/
2/19/25
Srinivasan Venkataramanan
2/19/25
Extract comments, getting a count
Thanks for this wonderful parser + API. I am trying to use the Python API to write some simple lint
unread,
Extract comments, getting a count
Thanks for this wonderful parser + API. I am trying to use the Python API to write some simple lint
2/19/25
Guillaume Perrault Archambault
,
David Fang
3
12/31/24
format one feature at a time
(replying again via reply all, sorry to David who will receive this twice) Hi David, Thanks for
unread,
format one feature at a time
(replying again via reply all, sorry to David who will receive this twice) Hi David, Thanks for
12/31/24
eli...@partner.net.il
8/8/24
Compiler directives blocks verible-verilog-lint.
Hi. If there are compiler directives in the System Verilog file, for example `pragma protect – then
unread,
Compiler directives blocks verible-verilog-lint.
Hi. If there are compiler directives in the System Verilog file, for example `pragma protect – then
8/8/24
Eliyahu Trigoub
,
David Fang
5
8/6/24
verible-verilog-lint output redirection
Hi. Problem solved. Information about this should be added to the verible-verilog-lint documentation.
unread,
verible-verilog-lint output redirection
Hi. Problem solved. Information about this should be added to the verible-verilog-lint documentation.
8/6/24
Boris Matveev (Borisus)
, …
Sergey
5
3/20/24
Language server UVM macro checking
It is possible that the tool complains about undefined macros because of the "expand_macro"
unread,
Language server UVM macro checking
It is possible that the tool complains about undefined macros because of the "expand_macro"
3/20/24
MinJae Kim
2/28/24
Question: Can Verible Parser be used to extract netlists or other information for EDA purposes?
I really like your spirit: The spirit of the project is that no-one should ever have to develop a
unread,
Question: Can Verible Parser be used to extract netlists or other information for EDA purposes?
I really like your spirit: The spirit of the project is that no-one should ever have to develop a
2/28/24
Akshil Shah
,
Henner Zeller
2
11/8/23
Obfuscator not working
The obfuscator works as filter, so it takes the file from stdin So invoke it with file redirect
unread,
Obfuscator not working
The obfuscator works as filter, so it takes the file from stdin So invoke it with file redirect
11/8/23
Kevin Ezequiel Giribuela
2
7/28/23
How to wave a file?
I response my self so there's information if someone else need this. After a conversation with
unread,
How to wave a file?
I response my self so there's information if someone else need this. After a conversation with
7/28/23
Bully Go
,
Henner Zeller
2
7/22/23
Who can tell me how to install verible on my mac after bazel build?
Usually, you`d use the `:install` feature as described in the install section https://github.com/
unread,
Who can tell me how to install verible on my mac after bazel build?
Usually, you`d use the `:install` feature as described in the install section https://github.com/
7/22/23
Stefan Rystedt
,
David Fang
2
6/9/23
Specify defines to verible-verilog-syntax
Yes, the verible-verilog-syntax tool itself knows nothing about multiple files. However, you might be
unread,
Specify defines to verible-verilog-syntax
Yes, the verible-verilog-syntax tool itself knows nothing about multiple files. However, you might be
6/9/23
dave rector
,
David Fang
2
6/9/23
Work-around needed for macro issues
Preprocessing is a known area of development at this moment. For example the linter and its syntax
unread,
Work-around needed for macro issues
Preprocessing is a known area of development at this moment. For example the linter and its syntax
6/9/23
Shaun chua
,
David Fang
2
5/30/23
Possible to disable `begin` wrapping
We haven't made this configurable yet. The place in the code the controls partition shaping
unread,
Possible to disable `begin` wrapping
We haven't made this configurable yet. The place in the code the controls partition shaping
5/30/23
Shaun chua
,
David Fang
2
5/30/23
Verible formatter linebreak capabilities
At the moment, formatting preserves vertical spacing. Some test cases can be found here: https://cs.
unread,
Verible formatter linebreak capabilities
At the moment, formatting preserves vertical spacing. Some test cases can be found here: https://cs.
5/30/23
Shaun chua
,
David Fang
2
5/30/23
verible formatter query about single line to multiline formatting control
The formatter is far from perfect, so if you need to disable it over ranges of lines, use: ``` //
unread,
verible formatter query about single line to multiline formatting control
The formatter is far from perfect, so if you need to disable it over ranges of lines, use: ``` //
5/30/23
Shaun chua
,
Henner Zeller
3
5/17/23
Verible's data privacy question
Thanks! On Wednesday, May 17, 2023 at 9:40:45 AM UTC-7 h.zeller wrote: > Can you help me confirm
unread,
Verible's data privacy question
Thanks! On Wednesday, May 17, 2023 at 9:40:45 AM UTC-7 h.zeller wrote: > Can you help me confirm
5/17/23
Shaun chua
,
David Fang
3
5/17/23
Does Verible Format has UVM support
Thanks David! On Tuesday, May 16, 2023 at 6:54:57 PM UTC-7 fan...@google.com wrote: At the moment,
unread,
Does Verible Format has UVM support
Thanks David! On Tuesday, May 16, 2023 at 6:54:57 PM UTC-7 fan...@google.com wrote: At the moment,
5/17/23
Shaun chua
,
Henner Zeller
2
5/16/23
Quick start guide for windows binaries?
> I am trying to try out the tool and have downloaded the Zipped windows 64 bit binary release.
unread,
Quick start guide for windows binaries?
> I am trying to try out the tool and have downloaded the Zipped windows 64 bit binary release.
5/16/23
Gal Aviel
,
Henner Zeller
11
4/14/23
can't build under SUSE Enterprise Server 12 ..
We are now distributing also static binaries in the release section https://github.com/chipsalliance/
unread,
can't build under SUSE Enterprise Server 12 ..
We are now distributing also static binaries in the release section https://github.com/chipsalliance/
4/14/23
Siarhei Kazarynau
,
David Fang
3
4/4/23
compact_indexing_and_selections doesn't always work
https://github.com/chipsalliance/verible/issues/1851 On Monday, April 3, 2023 at 8:26:09 PM UTC+2 fan
unread,
compact_indexing_and_selections doesn't always work
https://github.com/chipsalliance/verible/issues/1851 On Monday, April 3, 2023 at 8:26:09 PM UTC+2 fan
4/4/23
Siarhei Kazarynau
,
David Fang
3
4/4/23
How to fix dimension formatting?
https://github.com/chipsalliance/verible/issues/1765 On Monday, April 3, 2023 at 8:21:42 PM UTC+2 fan
unread,
How to fix dimension formatting?
https://github.com/chipsalliance/verible/issues/1765 On Monday, April 3, 2023 at 8:21:42 PM UTC+2 fan
4/4/23
Siarhei Kazarynau
,
David Fang
2
4/2/23
Disable formatting for a piece of code
https://github.com/chipsalliance/verible/tree/master/verilog/tools/formatter#disabling-formatting-
unread,
Disable formatting for a piece of code
https://github.com/chipsalliance/verible/tree/master/verilog/tools/formatter#disabling-formatting-
4/2/23
Romain Ingrasciotta
1/26/23
Macro replacement with verible-verilog-preprocessor
Hi, I am trying to preprocess SystemVerilog code to replace Macros but there is some issues with the
unread,
Macro replacement with verible-verilog-preprocessor
Hi, I am trying to preprocess SystemVerilog code to replace Macros but there is some issues with the
1/26/23
Audrey
, …
Sergey Sokolov
3
12/14/22
Need linebreak in One-line if/else statement without begin-end
Alternatively the user can add begin/end: if (something) begin do something end else begin do
unread,
Need linebreak in One-line if/else statement without begin-end
Alternatively the user can add begin/end: if (something) begin do something end else begin do
12/14/22
Axel Aguado
,
David Fang
4
12/8/22
Using Formatter in a Git pre-commit hook?
Thanks very much! That does help quite a bit. I think I can use those scripts as a starting point.
unread,
Using Formatter in a Git pre-commit hook?
Thanks very much! That does help quite a bit. I think I can use those scripts as a starting point.
12/8/22