You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get the formatter working with legacy verilog code. Here is a simple example that will generate the syntax parsing / token issues I've seen:
Test case
I'm trying to get the formatter working with legacy verilog code. Here is a simple example that will generate the syntax parsing / token issues I've seen:
verible-verilog-format
diagnostic output:Expected behavior
<= #delay
should not behave differently than if there were no bracketsbegin
should be paired withend
and whether it is on the same line or next line to a macro should not cause syntax errorsThe text was updated successfully, but these errors were encountered: