diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-08-21 12:16:44 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-08-21 12:16:44 +0200 |
commit | f8107ab7fc90dc3458769c9fe6bab0eb5c159368 (patch) | |
tree | cfaf27e02dfc266d3a38c8d5b49a944daac4ae24 /passes | |
parent | 459e8964fd5ff115c3fdd1c4487f0fe62bd46137 (diff) | |
download | yosys-f8107ab7fc90dc3458769c9fe6bab0eb5c159368.tar.gz yosys-f8107ab7fc90dc3458769c9fe6bab0eb5c159368.tar.bz2 yosys-f8107ab7fc90dc3458769c9fe6bab0eb5c159368.zip |
Some minor documentation fixes
Diffstat (limited to 'passes')
-rw-r--r-- | passes/cmds/scatter.cc | 2 | ||||
-rw-r--r-- | passes/cmds/show.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/passes/cmds/scatter.cc b/passes/cmds/scatter.cc index c396819a7..e5f78830e 100644 --- a/passes/cmds/scatter.cc +++ b/passes/cmds/scatter.cc @@ -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"); diff --git a/passes/cmds/show.cc b/passes/cmds/show.cc index cb5ea379d..07e97e0f3 100644 --- a/passes/cmds/show.cc +++ b/passes/cmds/show.cc @@ -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"); |