OpenSTA icon indicating copy to clipboard operation
OpenSTA copied to clipboard

copy should handle makeCornersAfter

Open maliberty opened this issue 2 years ago • 0 comments

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.

maliberty avatar Mar 08 '23 04:03 maliberty