Revert "temporary hack until Cherry can properly fix it"

This reverts commit f913c3ddbb.

Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
This commit is contained in:
Matt Liberty 2024-02-12 22:47:44 -08:00
parent f913c3ddbb
commit 2930c0bc39
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ LibertyBuilder::makeTimingArc(TimingArcSet *set,
RiseFall *to_rf,
TimingModel *model)
{
return new TimingArc(set, from_rf ? from_rf->asTransition() : nullptr,
return new TimingArc(set, from_rf->asTransition(),
to_rf->asTransition(), model);
}