PathVisitor::visitFromPath use delayInf

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2022-08-11 18:36:01 -07:00
parent 0448425fae
commit 077c7bfe38
1 changed files with 1 additions and 1 deletions

View File

@ -2176,7 +2176,7 @@ PathVisitor::visitFromPath(const Pin *from_pin,
}
else {
arc_delay = search_->deratedDelay(from_vertex, arc, edge, false, path_ap);
if (!delayEqual(arc_delay, min_max->initValue())) {
if (!delayInf(arc_delay)) {
to_arrival = from_arrival + arc_delay;
to_tag = search_->thruTag(from_tag, edge, to_rf, min_max, path_ap);
}