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

Detect missing full view of a provided macro #1179

Open
kareefardi opened this issue Jun 30, 2022 · 0 comments
Open

Detect missing full view of a provided macro #1179

kareefardi opened this issue Jun 30, 2022 · 0 comments
Labels
enhancement New feature or request OpenLane 2 Scheduled for next gen OpenLane

Comments

@kareefardi
Copy link
Collaborator

kareefardi commented Jun 30, 2022

Prompt

When including a macro inside a design, a user has to specify a gds and a lef for that macro. Often, one misses a gds file resulting in a final gds with an abstract view of the macro in the final hardened design which is usually not intended.

Proposal

Somehow detect a missing gds file in the preparation stage before running the flow, or capture the warning producing by magic and warn the user about it after the fact.

Implementation suggestions:

  • array length comparison
  • check for matching file name (- file extension)
@donn donn added enhancement New feature or request Flow Script labels Jul 1, 2022
@donn donn removed the Flow Script label Dec 28, 2022
@kareefardi kareefardi changed the title detect a missing gds in extra gds files Detect missing full view of a provided macro Feb 2, 2023
@kareefardi kareefardi added the OpenLane 2 Scheduled for next gen OpenLane label Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request OpenLane 2 Scheduled for next gen OpenLane
Projects
None yet
Development

No branches or pull requests

2 participants