Levelize::isRoot bidirect leftover
Signed-off-by: James Cherry <cherry@CerezoBook.local>
This commit is contained in:
parent
9a11f094b9
commit
1b71a26667
|
|
@ -187,9 +187,7 @@ Levelize::isRoot(Vertex *vertex)
|
|||
if (searchThru(edge))
|
||||
return false;
|
||||
}
|
||||
// Levelize bidirect driver as if it was a fanout of the bidirect load.
|
||||
return !(graph_delay_calc_->bidirectDrvrSlewFromLoad(vertex->pin())
|
||||
&& vertex->isBidirectDriver());
|
||||
return true;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Reference in New Issue