From: Eddie Hung Date: Tue, 31 Dec 2019 06:59:14 +0000 (-0800) Subject: Remove abc9 -clk option X-Git-Tag: working-ls180~849^2~81 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dacdc6cc941015aff45d1fde4d5365ab5e36e883;p=yosys.git Remove abc9 -clk option --- diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc index 9e1318700..f44e3df06 100644 --- a/passes/techmap/abc9.cc +++ b/passes/techmap/abc9.cc @@ -150,7 +150,7 @@ struct Abc9Pass : public ScriptPass std::string arg = args[argidx]; if ((arg == "-exe" || arg == "-script" || arg == "-D" || /* arg == "-S" || */ arg == "-lut" || arg == "-luts" || - arg == "-clk" || arg == "-box" || arg == "-W") && + arg == "-box" || arg == "-W") && argidx+1 < args.size()) { map_cmd << " " << arg << " " << args[++argidx]; continue;