diff options
author | whitequark <whitequark@whitequark.org> | 2020-05-28 10:49:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 10:49:14 +0000 |
commit | 0d99522b3c2ca2502129110e09f9988874e37abc (patch) | |
tree | 1ad7dd09c1b32465f349bc3ae64efaf77bb3a292 /passes/hierarchy/hierarchy.cc | |
parent | abac0ab28eda2c1b151be4660ff8638a4666156f (diff) | |
parent | 1158bbf7dbd4d6c6efea1622ff72592d13b2f607 (diff) | |
download | yosys-0d99522b3c2ca2502129110e09f9988874e37abc.tar.gz yosys-0d99522b3c2ca2502129110e09f9988874e37abc.tar.bz2 yosys-0d99522b3c2ca2502129110e09f9988874e37abc.zip |
Merge pull request #2095 from rswarbrick/hier-typo
Fix small typos in documentation for hierarchy command
Diffstat (limited to 'passes/hierarchy/hierarchy.cc')
-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"); |