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
Yosys 0.38+75 (git sha1 01d6c12, gcc 13.2.1 -fPIC -Os)
Linux
Make some Verilog with a typo like assign x = x;
assign x = x;
module top; assign x = x; endmodule
yosys -p "hierarchy -top top; write_cxxrtl" loop.v
Either it can be implemented with delta cycles, or an error.
write_cxxrtl hangs forever after:
Module `top' contains feedback arcs through wires: x
The text was updated successfully, but these errors were encountered:
For a loop like this to be caught by check we need the change of behavior from #3965.
check
Sorry, something went wrong.
Yeah, I agree.
I think we don't necessarily have to require check here, this should be solvable on CXXRTL side.
No branches or pull requests
Version
Yosys 0.38+75 (git sha1 01d6c12, gcc 13.2.1 -fPIC -Os)
On which OS did this happen?
Linux
Reproduction Steps
Make some Verilog with a typo like
assign x = x;
Expected Behavior
Either it can be implemented with delta cycles, or an error.
Actual Behavior
write_cxxrtl hangs forever after:
The text was updated successfully, but these errors were encountered: