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:
parent
1d83854d84
commit
302166dd59
3 changed files with 9 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue