Skip to content
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

fix: fix yosys-optimizer using boolean gate mapping with abc -fast mode #568

Merged
merged 1 commit into from Mar 27, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

fix: fix yosys-optimizer using boolean gate mapping with abc -fast mode

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.

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: 619626413
@copybara-service copybara-service bot merged commit c67f0a0 into main Mar 27, 2024
@copybara-service copybara-service bot deleted the test_619611385 branch March 27, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

yosys-optimizer: segfault when using abc-mode=True and mode=Boolean
1 participant