Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2023-04-13 10:05:39 -07:00
parent 0e757e7803
commit dc4bf88582
1 changed files with 6 additions and 6 deletions

View File

@ -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);
} }
//////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////