yosys/backends/smt2
Alberto Gonzalez 42fb75c570
smtio: Emit `mode: start` options before `set-logic` command and any other options after it.
Refer to the SMT-LIB specification, section 4.1.7.  According to the spec, some options can only be specified in `start` mode.  Once the solver sees `set-logic`, it moves to `assert` mode.
2020-07-20 22:09:44 +00:00
..
.gitignore Various fixes and improvements in "write_smt2 -bv" 2014-12-25 20:28:34 +01:00
Makefile.inc Support custom PROGRAM_PREFIX 2020-04-10 10:38:40 +02:00
example.v Added smtbmc.py 2015-10-13 17:17:23 +02:00
example.ys Added smtbmc.py 2015-10-13 17:17:23 +02:00
smt2.cc smt2: Add `-solver-option` option. 2020-07-20 21:54:56 +00:00
smtbmc.py Only allow "sat" and "unsat" smt solver responses in yosys-smtbmc 2020-07-20 19:35:32 +02:00
smtio.py smtio: Emit `mode: start` options before `set-logic` command and any other options after it. 2020-07-20 22:09:44 +00:00
test_cells.sh Various fixes and improvements in "write_smt2 -bv" 2014-12-25 20:28:34 +01:00