We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test case
module module_0 ( ) ; assign id_9 [ -1 - -1 ] = 0 ; endmodule
Command used: verible-verilog-format example.v --inplace
verible-verilog-format example.v --inplace
Actual output
example.v: Error lex/parsing-ing formatted output. Please file a bug. First error: token: "--" at 3:17-18:; problematic formatter output is module module_0 (); assign id_9[-1--1] = 0; endmodule <<EOF>>
Version used
<unknown-git-version> Commit 2025-02-06 Built 2025-02-20T11:40:59Z
The text was updated successfully, but these errors were encountered:
ah interesting case. Yes, there should be a space before that unary op.
I am currently busy with some other things, but if you'd like to send a PR to fix this, I am happy to look at it. Otherwise it might take a while.
Sorry, something went wrong.
No branches or pull requests
Test case
Command used:
verible-verilog-format example.v --inplace
Actual output
Version used
The text was updated successfully, but these errors were encountered: