X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=passes%2Ftechmap%2Fabc9.cc;h=6e2e349eeba0a9b2fb8744213346c85938014334;hb=04e466d5e4ca4654495cb1044f6f200d817f63a2;hp=da3d36354157110c644c2905a2d10adf123437b6;hpb=1c6f0cffd95876eac620bdfe9be50b366dabd8c6;p=yosys.git diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc index da3d36354..6e2e349ee 100644 --- a/passes/techmap/abc9.cc +++ b/passes/techmap/abc9.cc @@ -1237,6 +1237,11 @@ struct Abc9Pass : public Pass { map_mux16 = true; continue; } + if (arg == "-dress") { + // TODO + abc_dress = true; + continue; + } if (arg == "-g" && argidx+1 < args.size()) { for (auto g : split_tokens(args[++argidx], ",")) { vector gate_list;