mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 10:55:51 +00:00
fixed typos
This commit is contained in:
parent
ba3793b642
commit
cd8008bda0
12 changed files with 26 additions and 26 deletions
|
@ -211,7 +211,7 @@ struct SccPass : public Pass {
|
|||
log("\n");
|
||||
log(" -max_depth <num>\n");
|
||||
log(" limit to loops not longer than the specified number of cells. This can\n");
|
||||
log(" e.g. be usefull in identifying local loops in a module that turns out\n");
|
||||
log(" e.g. be useful in identifying local loops in a module that turns out\n");
|
||||
log(" to be one gigantic SCC.\n");
|
||||
log("\n");
|
||||
log(" -all_cell_types\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue