Fix small typos in documentation for hierarchy command
authorRupert Swarbrick <rswarbrick@gmail.com>
Thu, 28 May 2020 10:39:44 +0000 (11:39 +0100)
committerRupert Swarbrick <rswarbrick@gmail.com>
Thu, 28 May 2020 10:39:44 +0000 (11:39 +0100)
passes/hierarchy/hierarchy.cc

index 95d74d1eb2b9dd25f4d7829d4d9f9d0bd4863070..f99d1509df702a01022d3bbc4ce20f58e505a8a0 100644 (file)
@@ -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");