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(),
|
||||
corners_->findPathAnalysisPt(tag->pathAPIndex()),
|
||||
tag->clkInfo(),
|
||||
tag->isClock(),
|
||||
tag->inputDelay(),
|
||||
tag->isSegmentStart(),
|
||||
unfiltered_states, true);
|
||||
corners_->findPathAnalysisPt(tag->pathAPIndex()),
|
||||
tag->clkInfo(),
|
||||
tag->isClock(),
|
||||
tag->inputDelay(),
|
||||
tag->isSegmentStart(),
|
||||
unfiltered_states, true);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue