File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,11 @@ void RepairDesign::computeSlewRCFactor()
107107 float th_low, th_high;
108108 if (rf == RiseFall::rise ()) {
109109 // flip
110- th_low = 1.0 - library->slewUpperThreshold (RiseFall::rise () );
111- th_high = 1.0 - library->slewLowerThreshold (RiseFall::rise () );
110+ th_low = 1.0 - library->slewUpperThreshold (rf );
111+ th_high = 1.0 - library->slewLowerThreshold (rf );
112112 } else {
113- th_low = library->slewLowerThreshold (RiseFall::rise () );
114- th_high = library->slewUpperThreshold (RiseFall::rise () );
113+ th_low = library->slewLowerThreshold (rf );
114+ th_high = library->slewUpperThreshold (rf );
115115 }
116116 // compute crossing times assuming RC=1 where R is driving resistance and C
117117 // is load
You can’t perform that action at this time.
0 commit comments