Some minor documentation fixes
authorClifford Wolf <clifford@clifford.at>
Wed, 21 Aug 2013 10:16:44 +0000 (12:16 +0200)
committerClifford Wolf <clifford@clifford.at>
Wed, 21 Aug 2013 10:16:44 +0000 (12:16 +0200)
passes/cmds/scatter.cc
passes/cmds/show.cc

index c396819a780d2dc9ce1fcb8c0dc5d4230cb0485c..e5f78830e62cf4bd516cb234bd35f192ec2b447d 100644 (file)
@@ -31,7 +31,7 @@ struct ScatterPass : public Pass {
                log("    scatter [selection]\n");
                log("\n");
                log("This command adds additional intermediate nets on all cell ports. This is used\n");
-               log("for testing the correct use of the SigMap halper in passes. If you don't know\n");
+               log("for testing the correct use of the SigMap helper in passes. If you don't know\n");
                log("what this means: don't worry -- you only need this pass when testing your own\n");
                log("extensions to Yosys.\n");
                log("\n");
index cb5ea379d4da5cbb2194c56ec1bd4c55ae29888d..07e97e0f39803a2b2d77c7a673c1b0d70961ed4b 100644 (file)
@@ -517,7 +517,7 @@ struct ShowPass : public Pass {
                log("        more than one library.\n");
                log("\n");
                log("    -prefix <prefix>\n");
-               log("        generate <prefix>.dot and <prefix>.ps instead of ~/.yosys_show.{dot,ps}\n");
+               log("        generate <prefix>.* instead of ~/.yosys_show.*\n");
                log("\n");
                log("    -color <color> <wire>\n");
                log("        assign the specified color to the specified wire. The object can be\n");