diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-12-30 12:26:39 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-12-30 12:26:39 -0800 |
commit | 52a27700e2b985d56821ffefb3c61f88cfb96e1a (patch) | |
tree | cc47d24406d88b26e0db66ec822425ece2ef35a5 | |
parent | dd503a5f3f50ec9762aa7301b5e0c5112aff1866 (diff) | |
download | yosys-52a27700e2b985d56821ffefb3c61f88cfb96e1a.tar.gz yosys-52a27700e2b985d56821ffefb3c61f88cfb96e1a.tar.bz2 yosys-52a27700e2b985d56821ffefb3c61f88cfb96e1a.zip |
Grammar
-rw-r--r-- | passes/techmap/abc.cc | 2 |
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"); |