mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +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
|
@ -329,7 +329,7 @@ struct FsmExtractPass : public Pass {
|
|||
log("\n");
|
||||
log("The generated FSM cell still generates the original state signal with its\n");
|
||||
log("original encoding. The 'fsm_opt' pass can be used in combination with the\n");
|
||||
log("'opt_rmunused' pass to eliminate this signal.\n");
|
||||
log("'opt_clean' pass to eliminate this signal.\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