format
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
0e757e7803
commit
dc4bf88582
|
|
@ -433,12 +433,12 @@ PrevPathVisitor::unfilteredTag(const Tag *tag) const
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return search_->findTag(tag->transition(),
|
return search_->findTag(tag->transition(),
|
||||||
corners_->findPathAnalysisPt(tag->pathAPIndex()),
|
corners_->findPathAnalysisPt(tag->pathAPIndex()),
|
||||||
tag->clkInfo(),
|
tag->clkInfo(),
|
||||||
tag->isClock(),
|
tag->isClock(),
|
||||||
tag->inputDelay(),
|
tag->inputDelay(),
|
||||||
tag->isSegmentStart(),
|
tag->isSegmentStart(),
|
||||||
unfiltered_states, true);
|
unfiltered_states, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue