3
0
Fork 0
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:
Iztok Jeras 2026-06-25 01:11:02 +02:00
parent 8dc32cbf4e
commit fdea4e3722

View file

@ -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");