3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

qbfsat: Specify default values for some options in the help message.

This commit is contained in:
Alberto Gonzalez 2020-06-30 06:57:45 +00:00
parent 95e8016811
commit 3345d39e6f
No known key found for this signature in database
GPG key ID: 8395A8BA109708B2

View file

@ -536,9 +536,11 @@ struct QbfSatPass : public Pass {
log("\n");
log(" -solver <solver>\n");
log(" Use a particular solver. Choose one of: \"z3\", \"yices\", and \"cvc4\".\n");
log(" (default: yices)\n");
log("\n");
log(" -timeout <value>\n");
log(" Set the per-iteration timeout in seconds.\n");
log(" (default: no timeout)\n");
log("\n");
log(" -O0, -O1, -O2\n");
log(" Control the use of ABC to simplify the QBF-SAT problem before solving.\n");