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:
parent
5bed90ae3a
commit
4fcb9a7b99
5 changed files with 31 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue