Open ZFTurbo opened 11 months ago
Thanks for the feedback! I will check it out soon!
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) {