mirror of https://github.com/YosysHQ/yosys.git
Fixed typo is sat_solve help msg
This commit is contained in:
parent
23a7973094
commit
4b7f070b69
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue