index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backends
/
smt2
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Improve smtio performance by using reader thread, not writer thread
Clifford Wolf
2017-10-26
1
-10
/
+30
|
*
Use separate writer thread for talking to SMT solver to avoid read/write ↵
Clifford Wolf
2017-10-25
1
-8
/
+23
|
|
|
|
deadlock
*
Improve p_* functions in smtio.py
Clifford Wolf
2017-10-25
1
-21
/
+19
|
*
Capsulate smt-solver read/write in separate functions
Clifford Wolf
2017-10-25
1
-8
/
+24
|
*
Fix a bug in yosys-smtbmc in ROM handling
Clifford Wolf
2017-10-25
1
-0
/
+3
|
*
Fix bug in write_smt2 (export logic driving hierarchical cells before ↵
Clifford Wolf
2017-08-25
1
-34
/
+34
|
|
|
|
exporting regs)
*
Add "yosys-smtbmc --smtc-init --smtc-top --noinit"
Clifford Wolf
2017-08-04
1
-20
/
+66
|
*
Add verilator support to testbenches generated by yosys-smtbmc
Clifford Wolf
2017-07-21
1
-3
/
+15
|
*
Generate FSM-style testbenches in smtbmc
Clifford Wolf
2017-07-12
1
-5
/
+23
|
*
Change s/asserts/assertions/ in yosys-smtbmc log messages
Clifford Wolf
2017-07-07
1
-2
/
+2
|
*
Add "yosys-smtbmc --presat"
Clifford Wolf
2017-07-07
1
-3
/
+23
|
*
Remove unneeded delays in smtbmc vlogtb
Clifford Wolf
2017-07-03
1
-1
/
+1
|
*
Add "yosys-smtbmc --vlogtb-top"
Clifford Wolf
2017-07-01
1
-15
/
+32
|
*
Fix smtbmc vlogtb bug in $anyseq handling
Clifford Wolf
2017-07-01
1
-3
/
+3
|
*
Fix generation of vlogtb output in yosys-smtbmc for "rand reg" and "rand ↵
Clifford Wolf
2017-06-07
3
-4
/
+53
|
|
|
|
const reg"
*
Change default smt2 solver to yices (Yices 2 has switched its license to GPL)
Clifford Wolf
2017-05-27
1
-4
/
+4
|
*
Add $_ANDNOT_ and $_ORNOT_ gates
Clifford Wolf
2017-05-17
1
-0
/
+2
|
*
Fix boolector support in yosys-smtbmc
Clifford Wolf
2017-05-08
1
-18
/
+18
|
*
Add "write_smt2 -stdt" mode
Clifford Wolf
2017-03-20
2
-37
/
+84
|
*
Improve smt2 encodings of assert/assume/cover, better wire_smt2 help msg
Clifford Wolf
2017-03-04
2
-33
/
+87
|
*
Use hex addresses in smtbmc vcd mem traces
Clifford Wolf
2017-02-28
1
-1
/
+1
|
*
Add smtbmc support for memory vcd dumping
Clifford Wolf
2017-02-26
1
-0
/
+98
|
*
Fix extra newline bug in write_smt2
Clifford Wolf
2017-02-26
1
-1
/
+1
|
*
Fix bug in smtio unroll code
Clifford Wolf
2017-02-26
1
-3
/
+2
|
*
Fix assert checking in "yosys-smtbmc -c --append"
Clifford Wolf
2017-02-26
1
-1
/
+1
|
*
Improve (and fix for stbv mode) SMT2 memory API
Clifford Wolf
2017-02-26
3
-47
/
+51
|
*
Add support for "yosys-smtbmc -c --append"
Clifford Wolf
2017-02-25
1
-1
/
+13
|
*
Add "write_smt2 -stbv"
Clifford Wolf
2017-02-24
3
-49
/
+179
|
*
Add SMT2 statebv mode (inactive for now)
Clifford Wolf
2017-02-24
1
-20
/
+47
|
*
Add "yosys-smtbmc -S <opt>"
Clifford Wolf
2017-02-19
1
-7
/
+18
|
*
Add assert check in "yosys-smtbmc -c"
Clifford Wolf
2017-02-04
1
-7
/
+28
|
*
Improve yosys-smtbmc cover() support
Clifford Wolf
2017-02-04
1
-5
/
+19
|
*
Partially implement cover() support in yosys-smtbmc
Clifford Wolf
2017-02-04
3
-4
/
+97
|
*
Further improve cover() support
Clifford Wolf
2017-02-04
1
-3
/
+5
|
*
Add "yosys-smtbmc --aig <aim_filename>:<aiw_filename>" support
Clifford Wolf
2017-01-30
1
-5
/
+14
|
*
Add "yosys-smtbmc --aig-noheader" and AIGER mem init support
Clifford Wolf
2017-01-28
2
-8
/
+55
|
*
Fix $initstate handling bug in yosys-smtbmc
Clifford Wolf
2017-01-11
1
-0
/
+2
|
*
Implicitly set "yosys-smtbmc --noprogress" on windows
Clifford Wolf
2017-01-04
1
-3
/
+4
|
*
Fixed "yosys-smtbmc --noprogress"
Clifford Wolf
2017-01-04
1
-1
/
+1
|
*
Handle "always 1" like "always -1" in .smtc files
Clifford Wolf
2017-01-02
1
-7
/
+5
|
*
Improved yosys-smtbmc default -t/--assume-skipped for --cex and --aig
Clifford Wolf
2016-12-03
1
-2
/
+15
|
*
Added "yosys-smtbmc --aig"
Clifford Wolf
2016-12-01
1
-6
/
+127
|
*
Added support for partially initialized regs to smt2 back-end
Clifford Wolf
2016-12-01
1
-3
/
+15
|
*
Bugfix in smt2 back-end for pure checker modules
Clifford Wolf
2016-11-28
1
-0
/
+4
|
*
Removed shebang line from smtio.py, fixes #279
Clifford Wolf
2016-11-27
1
-1
/
+0
|
*
Added "yosys-smtbmc --append"
Clifford Wolf
2016-11-22
1
-2
/
+20
|
*
Ignore L_pi nets in "yosys-smtbmc --cex"
Clifford Wolf
2016-10-18
1
-2
/
+5
|
*
Added "yosys-smtbmc --cex <filename>"
Clifford Wolf
2016-10-17
1
-1
/
+35
|
*
cleanup in write_smt2 log messages (-bv and -mem are now default)
Clifford Wolf
2016-10-16
1
-1
/
+1
|
*
Added $anyseq cell type
Clifford Wolf
2016-10-14
1
-1
/
+1
|
[prev]
[next]