-
Notifications
You must be signed in to change notification settings - Fork 953
std::out_of_range during write_aiger
#5097
New issue
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
Comments
This bug also occurred when using the Ubuntu 24.04 packaged version (yosys 0.33) |
Reduced module bad(
input in,
output reg [1:0] out
);
assign out = {in, 1'b0};
endmodule
|
also crashes |
Version On which OS did this happen? Reproduction Steps syn.txt: write_aiger -zinit -symbols -vmap datapath.aim datapath.aig Expected Behavior Actual Behavior The issue mentioned above has been reproduced using Yosys version 0.50. |
@zhaoxuying can you test with the PR #5109 which is linked on this issue as fixing the problem? If your case still fails on that PR then post a comment on the PR, not here. If you're just sharing this code to show that the issue still exists on Yosys 0.50 that is not helpful since there is a fix pending, and 0.53 is the latest not 0.50. |
The latest version yosys 0.53 still exists the issue. I have post a comment on that PR #5109. |
Uh oh!
There was an error while loading. Please reload this page.
Version
Yosys 0.44 (git sha1 80ba43d, g++ 14.2.0-4ubuntu2~24.04 -fPIC -O3)
On which OS did this happen?
Linux
Reproduction Steps
syn.txt
verilog is from: https://github.com/martinKindall/risc-v-single-cycle commit 5c6bf3c94553fdb00e7622c7ee5e6975fa5a38b4
Expected Behavior
Export and-inverter graph and mapping files, or report error.
Actual Behavior
uncaught std::out_of_range exception.
The text was updated successfully, but these errors were encountered: