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

Diode and buffer insertion using the Coloquinte legalizer #78

Open
Coloquinte opened this issue Oct 30, 2023 · 0 comments
Open

Diode and buffer insertion using the Coloquinte legalizer #78

Coloquinte opened this issue Oct 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Coloquinte
Copy link
Collaborator

Currently, diode and buffer insertion is quite ad-hoc, and makes use of its own datastructures to decide where free space is available.

This could all be done simply and safely with:

  • set the buffer/diode coordinates to a position we'd like (but don't care about overlap)
  • run coloquinte::Circuit::legalize

So we'd just have to introduce a new "legalize only" mode to Etesian to support this

@Coloquinte Coloquinte added the enhancement New feature or request label Oct 31, 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
Projects
None yet
Development

No branches or pull requests

1 participant