mirror of https://github.com/YosysHQ/yosys.git
Grammar
This commit is contained in:
parent
543bd2de6c
commit
22fe931c86
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue