Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2026-03-08 16:15:24 -07:00
parent d99cdd11de
commit 28b9401e31
1 changed files with 2 additions and 3 deletions

View File

@ -1114,8 +1114,7 @@ GraphDelayCalc::makeArcDcalcArgs(Vertex *drvr_vertex,
const Pin *from_pin = from_vertex->pin();
const RiseFall *from_rf = arc1->fromEdge()->asRiseFall();
const RiseFall *drvr_rf = arc1->toEdge()->asRiseFall();
Slew in_slew = edgeFromSlew(from_vertex, from_rf, edge1, scene, min_max);
in_slew = edgeFromSlew(from_vertex, from_rf, edge1, scene, min_max);
const Slew in_slew = edgeFromSlew(from_vertex, from_rf, edge1, scene, min_max);
const Pin *drvr_pin1 = drvr_vertex1->pin();
float load_cap;
@ -1694,7 +1693,7 @@ GraphDelayCalc::reportDelayCalc(const Edge *edge,
related_out_cap, scene, min_max, digits);
}
else {
const Slew &from_slew = edgeFromSlew(from_vertex, from_rf, edge, scene, min_max);
const Slew from_slew = edgeFromSlew(from_vertex, from_rf, edge, scene, min_max);
const Parasitic *to_parasitic;
float load_cap;
parasiticLoad(to_pin, to_rf, scene, min_max, nullptr, arc_delay_calc_,