mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-04 10:20:24 +00:00
Spell check (by Larry Doolittle)
This commit is contained in:
parent
80910d13a6
commit
84bf862f7c
63 changed files with 220 additions and 220 deletions
|
@ -253,7 +253,7 @@ struct FsmExpandPass : public Pass {
|
|||
log("\n");
|
||||
log("The fsm_extract pass is conservative about the cells that belong to a finite\n");
|
||||
log("state machine. This pass can be used to merge additional auxiliary gates into\n");
|
||||
log("the finate state machine.\n");
|
||||
log("the finite state machine.\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