mirror of https://github.com/YosysHQ/yosys.git
yosys-smtbmc: add cvc5 to help text.
This commit is contained in:
parent
8acc77c1e0
commit
1ef4c7f565
|
@ -1208,7 +1208,7 @@ class SmtOpts:
|
|||
def helpmsg(self):
|
||||
return """
|
||||
-s <solver>
|
||||
set SMT solver: z3, yices, boolector, bitwuzla, cvc4, mathsat, dummy
|
||||
set SMT solver: z3, yices, boolector, bitwuzla, cvc4, cvc5, mathsat, dummy
|
||||
default: yices
|
||||
|
||||
-S <opt>
|
||||
|
|
Loading…
Reference in New Issue