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

Commits on Mar 27, 2024

  1. 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.
    
    PiperOrigin-RevId: 619626413
    asraa authored and Copybara-Service committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c67f0a0 View commit details
    Browse the repository at this point in the history