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
You are right! Thanks for pointing out the error! We plan to release the updated version of evaluator script next week, which will fix some bugs and have faster runtime. Thanks!
There is this part of code which I believe check if all access points were covered by solution for given net:
I think that
bool cover = false;
must be placed afterfor (int i = 0; i < numPins; ++i) {
The text was updated successfully, but these errors were encountered: