mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Spell check (by Larry Doolittle)
This commit is contained in:
+2
-2
@@ -34,7 +34,7 @@ struct FsmPass : public Pass {
|
||||
log(" fsm [options] [selection]\n");
|
||||
log("\n");
|
||||
log("This pass calls all the other fsm_* passes in a useful order. This performs\n");
|
||||
log("FSM extraction and optimiziation. It also calls opt_clean as needed:\n");
|
||||
log("FSM extraction and optimization. It also calls opt_clean as needed:\n");
|
||||
log("\n");
|
||||
log(" fsm_detect unless got option -nodetect\n");
|
||||
log(" fsm_extract\n");
|
||||
@@ -59,7 +59,7 @@ struct FsmPass : public Pass {
|
||||
log(" -expand, -norecode, -export, -nomap\n");
|
||||
log(" enable or disable passes as indicated above\n");
|
||||
log("\n");
|
||||
log(" -encoding tye\n");
|
||||
log(" -encoding type\n");
|
||||
log(" -fm_set_fsm_file file\n");
|
||||
log(" -encfile file\n");
|
||||
log(" passed through to fsm_recode pass\n");
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user