mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-29 23:43:16 +00:00
Add help for "-sat" option inside opt_rmdff. "opt" can pass "-sat" too
This commit is contained in:
parent
35fa7b3057
commit
3225bfb984
2 changed files with 10 additions and 2 deletions
|
@ -549,6 +549,10 @@ struct OptRmdffPass : public Pass {
|
|||
log("This pass identifies flip-flops with constant inputs and replaces them with\n");
|
||||
log("a constant driver.\n");
|
||||
log("\n");
|
||||
log(" -sat\n");
|
||||
log(" additionally invoke SAT solver to detect and remove flip-flops (with \n");
|
||||
log(" non-constant inputs) that can also be replaced with a constant driver\n");
|
||||
log("\n");
|
||||
}
|
||||
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue