diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-06-08 15:36:32 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-06-08 15:36:32 +0200 |
commit | 4b7f070b692aaa16a90f028873f54c4acb4c34f4 (patch) | |
tree | 5345b91bd6446a490a157e6b0a529344c98c9683 /passes/sat | |
parent | 23a79730945f2a0e2cc61a2d6a37281dff4be81d (diff) | |
download | yosys-4b7f070b692aaa16a90f028873f54c4acb4c34f4.tar.gz yosys-4b7f070b692aaa16a90f028873f54c4acb4c34f4.tar.bz2 yosys-4b7f070b692aaa16a90f028873f54c4acb4c34f4.zip |
Fixed typo is sat_solve help msg
Diffstat (limited to 'passes/sat')
-rw-r--r-- | passes/sat/sat_solve.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/sat/sat_solve.cc b/passes/sat/sat_solve.cc index b71d0507a..bf243ae2e 100644 --- a/passes/sat/sat_solve.cc +++ b/passes/sat/sat_solve.cc @@ -126,7 +126,7 @@ struct SatSolvePass : public Pass { log(" -set <signal> <value>\n"); log(" set the specified signal to the specified value.\n"); log("\n"); - log(" -show <signal>n"); + log(" -show <signal>\n"); log(" show the model for the specified signal. if no -show option is\n"); log(" passed then a set of signals to be shown is automatically selected.\n"); log("\n"); |