From: Makai Mann Date: Fri, 10 May 2019 17:23:14 +0000 (-0700) Subject: Zinit option '-singleton' -> '-all' X-Git-Tag: yosys-0.9~128^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f5cfa014b4fda75eefdf1499721aae4aabb8419;p=yosys.git Zinit option '-singleton' -> '-all' --- diff --git a/passes/techmap/zinit.cc b/passes/techmap/zinit.cc index b46147fb9..2aefc091d 100644 --- a/passes/techmap/zinit.cc +++ b/passes/techmap/zinit.cc @@ -46,7 +46,7 @@ struct ZinitPass : public Pass { size_t argidx; for (argidx = 1; argidx < args.size(); argidx++) { - if (args[argidx] == "-singleton") { + if (args[argidx] == "-all") { all_mode = true; continue; }