mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +00:00
Help
This commit is contained in:
parent
2035bb7390
commit
5e31574ff0
1 changed files with 3 additions and 1 deletions
|
@ -255,10 +255,12 @@ struct ObsClean : public ScriptPass {
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" obs_clean [options] [selection]\n");
|
log(" obs_clean [options] [selection]\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log("This pass performs an obversability-based logic removal.\n");
|
log("This pass performs an obversability-based logic removal. It removes cells by default.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -wires\n");
|
log(" -wires\n");
|
||||||
log(" Also removes dangling wires. This option prevents formal verifciation at this time.\n");
|
log(" Also removes dangling wires. This option prevents formal verifciation at this time.\n");
|
||||||
|
log(" -assigns\n");
|
||||||
|
log(" Also removes dangling assigns.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
}
|
}
|
||||||
void execute(std::vector<std::string> args, RTLIL::Design *design) override
|
void execute(std::vector<std::string> args, RTLIL::Design *design) override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue