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

REFACTOR: Optimize Edb initialization time for die designs #962

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skandak-ansys
Copy link

Several times, die designs don't have any component in them.
The code changes made in this PR signifiantly reduces the Component initialization time in this case which thereby reduces the Edb initialization time by ~50% especially when there are >100k Groups in the layout.

This should also speed up EDB initialization time when there are 1000s of components in the design (Ex: Deep trench capacitors in the IC).

Several times die designs don't have any component defined. The changes
in code are made to reduce the Component initialization time in this
case which significantly reduces the Edb initialization time by ~50%
especially when there are >100k Groups in the layout.
@skandak-ansys skandak-ansys changed the title Optimize Edb initialization for die designs Optimize Edb initialization time for die designs Jan 1, 2025
@skandak-ansys skandak-ansys changed the title Optimize Edb initialization time for die designs REFACTOR: Optimize Edb initialization time for die designs Jan 1, 2025
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

Successfully merging this pull request may close these issues.

1 participant