mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-24 06:43:41 +00:00
Merge pull request #58 from alaindargelas/obs_clean_help
obs_clean help
This commit is contained in:
commit
61a6840749
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