mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 02:40:25 +00:00
Renamed opt_rmunused to opt_clean
This commit is contained in:
parent
29d6ebd961
commit
c32b918681
7 changed files with 17 additions and 17 deletions
|
@ -278,7 +278,7 @@ struct FsmOptPass : public Pass {
|
|||
log("\n");
|
||||
log("This pass optimizes FSM cells. It detects which output signals are actually\n");
|
||||
log("not used and removes them from the FSM. This pass is usually used in\n");
|
||||
log("combination with the 'opt_rmunused' pass (see also 'help fsm').\n");
|
||||
log("combination with the 'opt_clean' pass (see also 'help fsm').\n");
|
||||
log("\n");
|
||||
}
|
||||
virtual void execute(std::vector<std::string> args, RTLIL::Design *design)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue