mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #1003 from makaimann/zinit-all
Zinit option '-singleton' -> '-all'
This commit is contained in:
commit
faf00586d8
|
@ -46,7 +46,7 @@ struct ZinitPass : public Pass {
|
||||||
size_t argidx;
|
size_t argidx;
|
||||||
for (argidx = 1; argidx < args.size(); argidx++)
|
for (argidx = 1; argidx < args.size(); argidx++)
|
||||||
{
|
{
|
||||||
if (args[argidx] == "-singleton") {
|
if (args[argidx] == "-all") {
|
||||||
all_mode = true;
|
all_mode = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue