-
Notifications
You must be signed in to change notification settings - Fork 47
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
yosys-optimizer: segfault when using abc-mode=True and mode=Boolean #554
Comments
The ABC script that aborts:
Without fast mode, we succeed with the following script
Without the custom liberty file, we succeed with this script:
|
This issue has 1 outstanding TODOs:
This comment was autogenerated by todo-backlinks |
Got a little closer: I'm hitting an assertion failure in ABC. I'm going to ask an expert |
copybara-service bot
pushed a commit
that referenced
this issue
Mar 27, 2024
Fixes #554 It appears that our custom liberty file was not providing delays for the cells, and that was causing an assertion failure in the ABC library. Since the tfhe-rs boolean gates are a subset of the standard cell library, just restrict the standard cells using `-g CELLTYPE, ...` flags. PiperOrigin-RevId: 619611385
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just came across this problem.
It seems like there's some issue with using the
-fast
flag in the yosys script.I've tried to run the yosys process by itself, and things are fine when I run the same command in a Yosys process. So I'm not sure how to go about debugging this issue...
The text was updated successfully, but these errors were encountered: