mirror of https://github.com/YosysHQ/yosys.git
Add help() call
This commit is contained in:
parent
64bd414e54
commit
cd5a372cd1
|
@ -302,6 +302,7 @@ struct TestPmgenPass : public Pass {
|
|||
if (args[1] == "-generate")
|
||||
return execute_generate(args, design);
|
||||
}
|
||||
help();
|
||||
log_cmd_error("Missing or unsupported mode parameter.\n");
|
||||
}
|
||||
} TestPmgenPass;
|
||||
|
|
Loading…
Reference in New Issue