aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-12-30 12:26:39 -0800
committerEddie Hung <eddie@fpgeh.com>2019-12-30 15:07:15 -0800
commit22fe931c861aa3f557327baf9d12ec57006308d9 (patch)
treee356c6c689496aebb2bfc551d2ce215bafc7dd49
parent543bd2de6c00f98577263439ebdada7bcda249ab (diff)
downloadyosys-22fe931c861aa3f557327baf9d12ec57006308d9.tar.gz
yosys-22fe931c861aa3f557327baf9d12ec57006308d9.tar.bz2
yosys-22fe931c861aa3f557327baf9d12ec57006308d9.zip
Grammar
-rw-r--r--passes/techmap/abc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc
index b29480e26..279b32223 100644
--- a/passes/techmap/abc.cc
+++ b/passes/techmap/abc.cc
@@ -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");