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
share
Yosys 0.38+120 (git sha1 1e42b4f, clang++ 11.1.0 -fPIC -Os)
macOS
read_verilog <<EOF module top(a, b, y); input wire a; input wire b; output wire y; wire j = k ? a : ~k; wire k = l ? ~j : b; wire l = j ? ~k : b; assign y = l; endmodule EOF share
share not stuck
share stuck
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
Yosys 0.38+120 (git sha1 1e42b4f, clang++ 11.1.0 -fPIC -Os)
On which OS did this happen?
macOS
Reproduction Steps
Expected Behavior
share
not stuckActual Behavior
share
stuckThe text was updated successfully, but these errors were encountered: