projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b2b0d9
)
Zinit option '-singleton' -> '-all'
author
Makai Mann
<makaim@stanford.edu>
Fri, 10 May 2019 17:23:14 +0000
(10:23 -0700)
committer
Makai Mann
<makaim@stanford.edu>
Fri, 10 May 2019 17:23:14 +0000
(10:23 -0700)
passes/techmap/zinit.cc
patch
|
blob
|
history
diff --git
a/passes/techmap/zinit.cc
b/passes/techmap/zinit.cc
index b46147fb92288a2ddf0144f660de6fd9dbb4de40..2aefc091d3ea476d606889dbf167a944f5999ff5 100644
(file)
--- 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;
}