mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 03:35:40 +00:00
documentation: avoid documentation rendering issue
This commit is contained in:
parent
8dc32cbf4e
commit
fdea4e3722
1 changed files with 2 additions and 2 deletions
|
|
@ -931,8 +931,8 @@ struct SatPass : public Pass {
|
||||||
log("and additional constraints passed as parameters.\n");
|
log("and additional constraints passed as parameters.\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -all\n");
|
log(" -all\n");
|
||||||
log(" show all solutions to the problem (this can grow exponentially, use\n");
|
log(" show all solutions to the problem (this can grow exponentially,\n");
|
||||||
log(" -max <N> instead to get <N> solutions)\n");
|
log(" use -max <N> instead to get <N> solutions)\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" -max <N>\n");
|
log(" -max <N>\n");
|
||||||
log(" like -all, but limit number of solutions to <N>\n");
|
log(" like -all, but limit number of solutions to <N>\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue