Skip to content

Commit 818596f

Browse files
committed
LumpedCapDelayCalc::makeResult resolves #403
Signed-off-by: James Cherry <cherry@parallaxsw.com>
1 parent 00ee6a1 commit 818596f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dcalc/LumpedCapDelayCalc.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ LumpedCapDelayCalc::makeResult(const LibertyLibrary *drvr_library,
168168
for (const auto [load_pin, load_idx] : load_pin_index_map) {
169169
ArcDelay wire_delay = 0.0;
170170
Slew load_slew = drvr_slew;
171-
thresholdAdjust(load_pin, drvr_library, rf, wire_delay, drvr_slew);
171+
thresholdAdjust(load_pin, drvr_library, rf, wire_delay, load_slew);
172172
dcalc_result.setWireDelay(load_idx, wire_delay);
173173
dcalc_result.setLoadSlew(load_idx, load_slew);
174174
}

0 commit comments

Comments
 (0)