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
0.48
Linux
read_verilog on this
(* attr="longlonglonglong\ longlonglongString" *) module alu(); endmodule
Legible error about unsupported multi-line strings
1. Executing Verilog-2005 frontend: tests/sat/alu.v Parsing Verilog input from `tests/sat/alu.v' to AST representation. longlonglonglong\ Generating RTLIL representation for module `\alu'. Successfully finished Verilog frontend.
and the attribute is silently dropped
The text was updated successfully, but these errors were encountered:
Generated verilog_lexer.cc contains
case 188: YY_RULE_SETUP #line 600 "frontends/verilog/verilog_lexer.l" ECHO; YY_BREAK
ECHO is a macro to /* Copy whatever the last rule matched to the standard output. */
ECHO
/* Copy whatever the last rule matched to the standard output. */
Sorry, something went wrong.
No branches or pull requests
Version
0.48
On which OS did this happen?
Linux
Reproduction Steps
read_verilog on this
Expected Behavior
Legible error about unsupported multi-line strings
Actual Behavior
and the attribute is silently dropped
The text was updated successfully, but these errors were encountered: