mirror of https://github.com/YosysHQ/yosys.git
fix typo in `write_smt2` help
This commit is contained in:
parent
c34969d3f1
commit
b08932cb81
|
@ -1394,7 +1394,7 @@ struct Smt2Backend : public Backend {
|
||||||
log("\n");
|
log("\n");
|
||||||
log("For this proof we create the following template (test.tpl).\n");
|
log("For this proof we create the following template (test.tpl).\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" ; we need QF_UFBV for this poof\n");
|
log(" ; we need QF_UFBV for this proof\n");
|
||||||
log(" (set-logic QF_UFBV)\n");
|
log(" (set-logic QF_UFBV)\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log(" ; insert the auto-generated code here\n");
|
log(" ; insert the auto-generated code here\n");
|
||||||
|
|
|
@ -5350,7 +5350,7 @@ never transition from a non-zero value to a zero value.
|
||||||
|
|
||||||
For this proof we create the following template (test.tpl).
|
For this proof we create the following template (test.tpl).
|
||||||
|
|
||||||
; we need QF_UFBV for this poof
|
; we need QF_UFBV for this proof
|
||||||
(set-logic QF_UFBV)
|
(set-logic QF_UFBV)
|
||||||
|
|
||||||
; insert the auto-generated code here
|
; insert the auto-generated code here
|
||||||
|
|
Loading…
Reference in New Issue