-
Notifications
You must be signed in to change notification settings - Fork 893
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
ABC: execution of command failed return code 139. #4473
Comments
First things first: running the testcase results in "yosys-abc: src/map/scl/sclLibUtil.c:77: void abc::Abc_SclHashCells(SC_Lib*): Assertion '*pPlace == -1' failed." because you're passing Also, though it's harmless, your script includes e.g. The actually reported issue is instead "ERROR: ABC: execution of command ""/usr/local/bin/yosys-abc" -s -f /tmp/yosys-abc-TaAwGJ/abc.script 2>&1" failed: return code 139." after After writing a wrapper script for abc that calls gdb, I get this:
|
Reported upstream as berkeley-abc/abc#305. |
@Ravenslofty Thanks for your help. Yes the double
Thanks for noticing that as well. |
Version
Yosys 0.42+40 (git sha1 a739e21, g++ 11.4.0-1ubuntu1~22.04 -fPIC -Os)
On which OS did this happen?
Linux
Reproduction Steps
test-case.zip
Extract the attached zip. cd into the extracted folder and run the synthesis script
yosys -c synth.tcl
.Expected Behavior
Clean exit
Actual Behavior
Looks like a crash
The text was updated successfully, but these errors were encountered: