pocv2 early/late error

This commit is contained in:
James Cherry 2020-11-02 10:44:13 -08:00
parent 4d8f6b67ee
commit a83e42500d
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ CheckTableModel::checkDelay(const LibertyCell *cell,
from_slew, to_slew, related_out_cap);
if (pocv_enabled && sigma_models_[EarlyLate::lateIndex()])
sigma_late = findValue(library, cell, pvt,
sigma_models_[EarlyLate::earlyIndex()],
sigma_models_[EarlyLate::lateIndex()],
from_slew, to_slew, related_out_cap);
margin = makeDelay(mean, sigma_early, sigma_late);
}