dcalc merge lossage

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-02-01 15:06:08 -08:00
parent c12059e180
commit 827838349b
1 changed files with 1 additions and 0 deletions

View File

@ -827,6 +827,7 @@ GraphDelayCalc::findDriverDelays1(Vertex *drvr_vertex,
LoadPinIndexMap &load_pin_index_map)
{
initSlew(drvr_vertex);
initWireDelays(drvr_vertex);
bool delay_changed = false;
array<bool, RiseFall::index_count> delay_exists = {false, false};
VertexInEdgeIterator edge_iter(drvr_vertex, graph_);