The-OpenROAD-Project / OpenROAD

OpenROAD's unified application implementing an RTL-to-GDS Flow. Documentation at https://openroad.readthedocs.io/en/latest/
https://theopenroadproject.org/
BSD 3-Clause "New" or "Revised" License
1.4k stars 491 forks source link

Improve deltaDebug.py for confidential designs #5117

Open oharboe opened 1 month ago

oharboe commented 1 month ago

Description

deltaDebug.py does not whittle down the .lib and .lef files for macros and it is hard to know what is inside the .odb file. This makes deltaDebug.py inconvenient for confidential designs.

Suggested Solution

Some improvements:

Additional Context

No response