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
#6614 was a case of stale parasitics inside repair_timing due to missing invalidation. This can severely degrade the repair process as it's working on the wrong paths.
Suggested Solution
I suspect the parasitics attached to a net get cleared inside OpenSTA when the connections change. This means we could programmatically check for missing parasitics to catch cases of omitted invalidation.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Description
#6614 was a case of stale parasitics inside repair_timing due to missing invalidation. This can severely degrade the repair process as it's working on the wrong paths.
Suggested Solution
I suspect the parasitics attached to a net get cleared inside OpenSTA when the connections change. This means we could programmatically check for missing parasitics to catch cases of omitted invalidation.
Additional Context
No response
The text was updated successfully, but these errors were encountered: