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")
|
if (args[1] == "-generate")
|
||||||
return execute_generate(args, design);
|
return execute_generate(args, design);
|
||||||
}
|
}
|
||||||
|
help();
|
||||||
log_cmd_error("Missing or unsupported mode parameter.\n");
|
log_cmd_error("Missing or unsupported mode parameter.\n");
|
||||||
}
|
}
|
||||||
} TestPmgenPass;
|
} TestPmgenPass;
|
||||||
|
|
Loading…
Reference in New Issue