Some minor documentation fixes

This commit is contained in:
Clifford Wolf 2013-08-21 12:16:44 +02:00
parent 459e8964fd
commit f8107ab7fc
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ struct ScatterPass : public Pass {
log(" scatter [selection]\n"); log(" scatter [selection]\n");
log("\n"); log("\n");
log("This command adds additional intermediate nets on all cell ports. This is used\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("what this means: don't worry -- you only need this pass when testing your own\n");
log("extensions to Yosys.\n"); log("extensions to Yosys.\n");
log("\n"); log("\n");

View File

@ -517,7 +517,7 @@ struct ShowPass : public Pass {
log(" more than one library.\n"); log(" more than one library.\n");
log("\n"); log("\n");
log(" -prefix <prefix>\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("\n");
log(" -color <color> <wire>\n"); log(" -color <color> <wire>\n");
log(" assign the specified color to the specified wire. The object can be\n"); log(" assign the specified color to the specified wire. The object can be\n");