mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 11:41:23 +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
|
@ -158,8 +158,8 @@ struct ConnwrappersPass : public Pass {
|
|||
log("\n");
|
||||
log("Wrappers are used in coarse-grain synthesis to wrap cells with smaller ports\n");
|
||||
log("in wrapper cells with a (larger) constant port size. I.e. the upper bits\n");
|
||||
log("of the wrapper outut are signed/unsigned bit extended. This command uses this\n");
|
||||
log("knowlege to rewire the inputs of the driven cells to match the output of\n");
|
||||
log("of the wrapper output are signed/unsigned bit extended. This command uses this\n");
|
||||
log("knowledge to rewire the inputs of the driven cells to match the output of\n");
|
||||
log("the driving cell.\n");
|
||||
log("\n");
|
||||
log(" -signed <cell_type> <port_name> <width_param>\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue