3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 09:05:32 +00:00

Implemented general handler for selection arguments

This commit is contained in:
Clifford Wolf 2013-03-03 10:05:37 +01:00
parent 5bed90ae3a
commit 4fcb9a7b99
5 changed files with 31 additions and 5 deletions

View file

@ -188,8 +188,9 @@ struct HierarchyPass : public Pass {
log_cmd_error("Module `%s' not found!\n", args[argidx].c_str());
continue;
}
log_cmd_error("Unkown option %s.\n", args[argidx].c_str());
break;
}
extra_args(args, argidx, design, false);
if (top_mod != NULL)
hierarchy(design, top_mod);