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
When running the iverilog command on this program:
iverilog
module module_0 ( id_2, id_3, id_18, ); inout id_18; input id_3; inout id_2; assign id_18 = id_3.id_2; endmodule
iverilog crashes with the following output:
assert: elab_expr.cc:4964: failed assertion sr.path_tail.empty() Aborted
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running the
iverilog
command on this program:iverilog crashes with the following output:
assert: elab_expr.cc:4964: failed assertion sr.path_tail.empty() Aborted
The text was updated successfully, but these errors were encountered: