OpenSTA icon indicating copy to clipboard operation
OpenSTA copied to clipboard

Found might be functionality inconsistency in Search::seedClkArrival with Search::thruClkInfo

Open icbenchpeng opened this issue 1 year ago • 1 comments

The inconsistency is about sdc_->isPropagatedClock(pin).

seedClkArrival do always check sdc_->isPropagatedClock if pin clock latency does not exists. thruClkInfo first check sdc_->isPropagatedClock of the local pin, but then overwrites when pin's clock latency does not exist but hierarchical pin latency thru edge exist. Is there an assumption exist here ?

icbenchpeng avatar Feb 07 '24 02:02 icbenchpeng

I can't parse your description to understand what your point is. Exactly what assumption are you speculating exists? If you can create a test case that demonstrates a bug I can look into it.

jjcherry56 avatar Apr 14 '24 05:04 jjcherry56

Issues or PRs should be filed with https://github.com/parallaxsw/OpenSTA if still relevant. This is effectively a fork (though not strictly for historical reasons).

maliberty avatar Aug 12 '24 12:08 maliberty