OpenSTA
OpenSTA copied to clipboard
copy should handle makeCornersAfter
In Resizer::cellWireDelay I had to add the call to makeCornersAfter after copy:
corners->copy(sta_->corners());
sta->sdc()->makeCornersAfter(corners);
without that sta fails as the extra corners added by the copy were not handled by sdc. I think copy should handle this automatically.