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

feat: experimental LEC to resizer steps #576

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

feat: experimental LEC to resizer steps #576

wants to merge 2 commits into from

Commits on Oct 9, 2024

  1. Add experimental LEC to resizer steps

    ## Steps
    
    * `OpenROAD.*`
      * All steps now output both a powered AND an unpowered netlist with only logical cells.
      * Cells for logical netlists are now filtered using LEF classes and not input variables.
    
    * `OpenROAD.Resizer*`, `OpenROAD.Repair*`
      * New experimental variable `RSZ_LEC`, which attempts to verify that resizing did not alter the functionality of the circuit using EQY.
    
    ## Misc. Enhancements/Bugfixes
    
    * New `DesignFormat`: `NETLIST_NO_PHYSICAL_CELLS` (unpowered)
      * **Heads up**: We're going to rename those to simply "logical" in OpenLane 3.
    
    ## Tool Updates
    
    * Update `nix-eda` to `ff3ca89`
      * Updates Yosys to 0.46
    donn committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    200b7cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44c6f21 View commit details
    Browse the repository at this point in the history