3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-31 15:24:57 +00:00

Improvements in yosys-smtbmc

This commit is contained in:
Clifford Wolf 2015-10-15 15:08:41 +02:00
parent 1d83854d84
commit 302166dd59
3 changed files with 9 additions and 2 deletions

View file

@ -631,6 +631,7 @@ struct Smt2Worker
for (auto it : decls)
f << it;
f << stringf("; yosys-smt2-module %s\n", log_id(module));
f << stringf("(define-fun |%s_t| ((state |%s_s|) (next_state |%s_s|)) Bool ", log_id(module), log_id(module), log_id(module));
if (GetSize(trans) > 1) {
f << "(and\n";