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

Branch and Bound in Transistor Placement Algorithm #25

Open
nbingham1 opened this issue Nov 15, 2024 · 0 comments
Open

Branch and Bound in Transistor Placement Algorithm #25

nbingham1 opened this issue Nov 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@nbingham1
Copy link
Contributor

Related Problem

Transistor placement often gets stuck in local minima and fails to find the global minima. It can also be quite slow for larger cells.

Preferred Solution

Implement branch and bound in the transistor placement engine for cell layout.

@nbingham1 nbingham1 added the enhancement New feature or request label Nov 15, 2024
@nbingham1 nbingham1 self-assigned this Nov 15, 2024
@nbingham1 nbingham1 added this to the Alpha Release milestone Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant