mirror of https://github.com/YosysHQ/yosys.git
Zinit option '-singleton' -> '-all'
This commit is contained in:
parent
9b2b0d91d2
commit
2f5cfa014b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue