report min_period Period -> period

This commit is contained in:
James Cherry 2020-06-08 16:21:31 -07:00
parent 0b4cd9ab24
commit ed9f69acca
2 changed files with 3 additions and 1 deletions

View File

@ -83,6 +83,8 @@ CheckFanoutLimits::init(const MinMax *min_max)
top_limit, top_limit_exists);
top_limit_= top_limit;
top_limit_exists_ = top_limit_exists;
if (top_limit_exists_)
printf("luse\n");
}
void

View File

@ -1367,7 +1367,7 @@ ReportPath::reportVerbose(MinPeriodCheck *check, string &result)
result += pin_name;
reportEndOfLine(result);
reportLine("Period", check->period(), EarlyLate::early(), result);
reportLine("period", check->period(), EarlyLate::early(), result);
reportLine("min period", -check->minPeriod(this),
EarlyLate::early(), result);
reportDashLine(result);