report min_period Period -> period
This commit is contained in:
parent
0b4cd9ab24
commit
ed9f69acca
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue