3
0
Fork 0
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:
Advay Singh 2026-04-10 13:01:26 -07:00 committed by GitHub
parent f8ea10d50c
commit 03554f0d58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;