This commit is contained in:
Eddie Hung 2019-12-30 12:26:39 -08:00
parent 543bd2de6c
commit 22fe931c86
1 changed files with 1 additions and 1 deletions

View File

@ -1767,7 +1767,7 @@ struct AbcPass : public Pass {
extra_args(args, argidx, design);
if (!lut_costs.empty() && !liberty_file.empty())
log_cmd_error("Got -lut and -liberty! This two options are exclusive.\n");
log_cmd_error("Got -lut and -liberty! These two options are exclusive.\n");
if (!constr_file.empty() && liberty_file.empty())
log_cmd_error("Got -constr but no -liberty!\n");