3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

Zinit option '-singleton' -> '-all'

This commit is contained in:
Makai Mann 2019-05-10 10:23:14 -07:00
parent 9b2b0d91d2
commit 2f5cfa014b

View file

@ -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;
}