diff options
author | Rupert Swarbrick <rswarbrick@gmail.com> | 2020-05-28 11:39:44 +0100 |
---|---|---|
committer | Rupert Swarbrick <rswarbrick@gmail.com> | 2020-05-28 11:39:44 +0100 |
commit | 1158bbf7dbd4d6c6efea1622ff72592d13b2f607 (patch) | |
tree | 28dacaf2e5be7e237f003adbffa5b2b7b87a4f09 | |
parent | 2384a59e2adea59c4240a10fc32a865f89a8e047 (diff) | |
download | yosys-1158bbf7dbd4d6c6efea1622ff72592d13b2f607.tar.gz yosys-1158bbf7dbd4d6c6efea1622ff72592d13b2f607.tar.bz2 yosys-1158bbf7dbd4d6c6efea1622ff72592d13b2f607.zip |
Fix small typos in documentation for hierarchy command
-rw-r--r-- | passes/hierarchy/hierarchy.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/passes/hierarchy/hierarchy.cc b/passes/hierarchy/hierarchy.cc index 95d74d1eb..f99d1509d 100644 --- a/passes/hierarchy/hierarchy.cc +++ b/passes/hierarchy/hierarchy.cc @@ -574,9 +574,9 @@ struct HierarchyPass : public Pass { log("\n"); log("In parametric designs, a module might exists in several variations with\n"); log("different parameter values. This pass looks at all modules in the current\n"); - log("design an re-runs the language frontends for the parametric modules as\n"); + log("design and re-runs the language frontends for the parametric modules as\n"); log("needed. It also resolves assignments to wired logic data types (wand/wor),\n"); - log("resolves positional module parameters, unroll array instances, and more.\n"); + log("resolves positional module parameters, unrolls array instances, and more.\n"); log("\n"); log(" -check\n"); log(" also check the design hierarchy. this generates an error when\n"); |