From 2f5cfa014b4fda75eefdf1499721aae4aabb8419 Mon Sep 17 00:00:00 2001 From: Makai Mann Date: Fri, 10 May 2019 10:23:14 -0700 Subject: [PATCH] Zinit option '-singleton' -> '-all' --- passes/techmap/zinit.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2