temporary hack until Cherry can properly fix it
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
This commit is contained in:
parent
42b994d429
commit
f913c3ddbb
|
|
@ -687,7 +687,7 @@ LibertyBuilder::makeTimingArc(TimingArcSet *set,
|
||||||
RiseFall *to_rf,
|
RiseFall *to_rf,
|
||||||
TimingModel *model)
|
TimingModel *model)
|
||||||
{
|
{
|
||||||
return new TimingArc(set, from_rf->asTransition(),
|
return new TimingArc(set, from_rf ? from_rf->asTransition() : nullptr,
|
||||||
to_rf->asTransition(), model);
|
to_rf->asTransition(), model);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue