We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fa65c3 + 4a4fbf9 commit 786dfd9Copy full SHA for 786dfd9
src/rsz/src/RepairSetup.cc
@@ -624,7 +624,7 @@ bool RepairSetup::repairPath(Path* path,
624
const Path* path = expanded.path(i);
625
Vertex* path_vertex = path->vertex(sta_);
626
const Pin* path_pin = path->pin(sta_);
627
- if (i > 0 && network_->isDriver(path_pin)
+ if (i > 0 && path_vertex->isDriver(network_)
628
&& !network_->isTopLevelPort(path_pin)) {
629
const TimingArc* prev_arc = path->prevArc(sta_);
630
const TimingArc* corner_arc = prev_arc->cornerArc(lib_ap);
0 commit comments