aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/connwrappers.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-08-14 10:56:05 +0200
committerClifford Wolf <clifford@clifford.at>2015-08-14 10:56:05 +0200
commit84bf862f7c58c2b69babf043ff5032f924a3ee4d (patch)
treec19a405bc106c2472f1aaa46c36b189db3e5223f /passes/cmds/connwrappers.cc
parent80910d13a610886f4430fbd991ada78b2e586ada (diff)
downloadyosys-84bf862f7c58c2b69babf043ff5032f924a3ee4d.tar.gz
yosys-84bf862f7c58c2b69babf043ff5032f924a3ee4d.tar.bz2
yosys-84bf862f7c58c2b69babf043ff5032f924a3ee4d.zip
Spell check (by Larry Doolittle)
Diffstat (limited to 'passes/cmds/connwrappers.cc')
-rw-r--r--passes/cmds/connwrappers.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/passes/cmds/connwrappers.cc b/passes/cmds/connwrappers.cc
index 1c66fb81d..7828dce1d 100644
--- a/passes/cmds/connwrappers.cc
+++ b/passes/cmds/connwrappers.cc
@@ -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");