mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-19 21:55:48 +00:00
Update passes/silimate/report_fanout.cc
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
f8ea10d50c
commit
03554f0d58
1 changed files with 2 additions and 2 deletions
|
|
@ -245,8 +245,8 @@ struct ReportFanoutPass : public Pass {
|
|||
}
|
||||
extra_args(args, argidx, design);
|
||||
|
||||
if (limit < 0)
|
||||
log_cmd_error("Missing required -limit option.\n");
|
||||
if (limit < 0)
|
||||
log_cmd_error("Missing required -limit option (must be a non-negative integer).\n");
|
||||
|
||||
// Open output file if requested
|
||||
FILE *f = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue