pocv report_checks -format summary slack

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2022-06-10 19:37:33 -07:00
parent b292796116
commit cdf7e4e466
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ ReportPath::reportSummaryLine(PathEnd *end)
if (end->isUnconstrained())
reportSpaceFieldDelay(end->dataArrivalTimeOffset(this), early_late, line);
else
reportSpaceFieldDelay(end->slack(this), early_late, line);
reportSpaceFieldDelay(end->slack(this), EarlyLate::early(), line);
report_->reportLineString(line);
}