diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-12-30 16:01:38 -0800 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-12-30 16:01:38 -0800 |
commit | 658f424d7d1bc73b00db766f02a89cdc833aa9bf (patch) | |
tree | 92e445a1fb8d6d76460f854b5b1179dc6599595b /passes | |
parent | f348ffa44d4ec00537499ffe79ce627beeeefe85 (diff) | |
parent | 22fe931c861aa3f557327baf9d12ec57006308d9 (diff) | |
download | yosys-658f424d7d1bc73b00db766f02a89cdc833aa9bf.tar.gz yosys-658f424d7d1bc73b00db766f02a89cdc833aa9bf.tar.bz2 yosys-658f424d7d1bc73b00db766f02a89cdc833aa9bf.zip |
Merge remote-tracking branch 'origin/master' into eddie/abc9_refactor
Diffstat (limited to 'passes')
-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"); |