Corner analysis type single set clk skew index resolves #274

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2025-07-26 20:56:10 -07:00
parent 6d039659cb
commit 959f2dbb6a
1 changed files with 2 additions and 1 deletions

View File

@ -197,7 +197,8 @@ Corners::makeDcalcAnalysisPts(Corner *corner)
switch (sdc_->analysisType()) {
case AnalysisType::single:
corner->setDcalcAnalysisPtcount(1);
makeDcalcAnalysisPt(corner, MinMax::max(), MinMax::min());
max_ap = makeDcalcAnalysisPt(corner, MinMax::max(), MinMax::min());
max_ap->setCheckClkSlewIndex(max_ap->index());
break;
case AnalysisType::bc_wc:
corner->setDcalcAnalysisPtcount(2);