You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: