aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/zinit.cc
diff options
context:
space:
mode:
authorJim Lawson <ucbjrl@berkeley.edu>2019-05-21 12:47:55 -0700
committerJim Lawson <ucbjrl@berkeley.edu>2019-05-21 12:47:55 -0700
commit489c555b41330ed9b1d69afdd8f44ef1e9a9be59 (patch)
tree64bdc5903bf099d59aa9ba9dacff03d8b7a9eda2 /passes/techmap/zinit.cc
parent509f729e55458eda0ed7869ad269ec52d1956043 (diff)
parentc907899422884d959632ed42c6589a0720b681e4 (diff)
downloadyosys-489c555b41330ed9b1d69afdd8f44ef1e9a9be59.tar.gz
yosys-489c555b41330ed9b1d69afdd8f44ef1e9a9be59.tar.bz2
yosys-489c555b41330ed9b1d69afdd8f44ef1e9a9be59.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'passes/techmap/zinit.cc')
-rw-r--r--passes/techmap/zinit.cc2
1 files changed, 1 insertions, 1 deletions
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;
}