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

Placement Algorithm Optimization #4

Open
NoahGWood opened this issue Feb 20, 2020 · 0 comments
Open

Placement Algorithm Optimization #4

NoahGWood opened this issue Feb 20, 2020 · 0 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@NoahGWood
Copy link
Contributor

The current placement algorithm is O(N*M) complexity, I'm trying to figure out the best way to simplify it which is looking like using a standard footprint and margin size for all components (this also has the added benefit of simplifying the complex calculations we're going to need to write the firmware for these circuits).

Advice, commentary, help, etc. is very, very much appreciated in this aspect.

@NoahGWood NoahGWood added help wanted Extra attention is needed question Further information is requested labels Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant