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

Improve deltaDebug.py for confidential designs #5117

Open
oharboe opened this issue May 15, 2024 · 0 comments
Open

Improve deltaDebug.py for confidential designs #5117

oharboe opened this issue May 15, 2024 · 0 comments
Assignees

Comments

@oharboe
Copy link
Collaborator

oharboe commented May 15, 2024

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:

  • whittle down .lib and .lef files for macros as well as nets and elements for the .odb file
  • use .def file(text) format instead of .odb format for final deliverable such that everything that is delivered can be browsed by a human
  • names of ports and nets can convey a lot of information. Introduce name mangling. Rename all nets and elements to identifiers with numbers (net1, net2, net3, element1, element2, etc.).

Additional Context

No response

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

No branches or pull requests

2 participants