summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixing a bug, which was accidentally introduced a few months while debugging ↵Alan Mishchenko2011-05-021-2/+2
| | | | Boolean decomposition
* Added switch to bmc3, which allows to replace some PIs with constants.Alan Mishchenko2011-05-011-9/+21
|
* Updating testcext to ignore the diff in register count and other things.Alan Mishchenko2011-05-015-20/+93
|
* Added new options to testcex.Alan Mishchenko2011-04-285-277/+78
|
* Commented out debug messages.Alan Mishchenko2011-04-264-5/+5
|
* Made testcex reset the number of the PO that failed.Alan Mishchenko2011-04-251-4/+14
|
* Added support for AIG returned in the output file.Alan Mishchenko2011-04-242-9/+36
|
* Added switch to control duplication of logic after mapping.Alan Mishchenko2011-04-245-3/+45
|
* Bug fixes having to do with the use of chars.Alan Mishchenko2011-04-204-17/+32
|
* Fixing c++ portability issues.Alan Mishchenko2011-04-201-1/+1
|
* Fixing c++ portability issues.Alan Mishchenko2011-04-202-2506/+0
|
* Fixing c++ portability issues.Alan Mishchenko2011-04-206-20/+16
|
* Fixing compilation problem which resulting from defining 'int c' as 'char c'.Alan Mishchenko2011-04-191-2/+2
|
* Backward compatibility of GIA manager.Alan Mishchenko2011-04-181-0/+2
|
* Adding constant correspondence.Alan Mishchenko2011-04-1811-24/+73
|
* Improvements to BDD reachability.Alan Mishchenko2011-04-182-1/+589
|
* Improvements to BDD reachability.Alan Mishchenko2011-04-185-23/+38
|
* Changes to incorporate AIG parsing in memory and user-specified PI/PO/FF ↵Alan Mishchenko2011-04-171-3/+1
| | | | numbers (bug fix).
* Changes to incorporate AIG parsing in memory and user-specified PI/PO/FF ↵Alan Mishchenko2011-04-175-8/+391
| | | | numbers.
* Added command 'reconcile'.Alan Mishchenko2011-04-165-205/+463
|
* Added cex generation for clustered reachability (forgot one file).Alan Mishchenko2011-04-161-2/+2
|
* Added cex generation for clustered reachability.Alan Mishchenko2011-04-167-37/+302
|
* Improving timeout in the interpolation package.Alan Mishchenko2011-04-155-19/+38
|
* Forgot to update project file.Alan Mishchenko2011-04-152-1/+2
|
* Further improvements to reachability.Alan Mishchenko2011-04-155-59/+204
|
* Experiments with reachability.Alan Mishchenko2011-04-146-21/+461
|
* Minor improvements to reachability.Alan Mishchenko2011-04-131-1/+1
|
* Enabled new BDD-based reachability engine 'reachy'.Alan Mishchenko2011-04-1313-9/+2096
|
* Added print-out of area in terms of LUT library.Alan Mishchenko2011-04-131-1/+32
|
* Commented out one useless assertion in scorr.Alan Mishchenko2011-04-121-1/+1
|
* Added procedure to vector package and manager template file.Alan Mishchenko2011-04-102-0/+113
|
* Experiment with bit-packing.Alan Mishchenko2011-04-082-7/+372
|
* Adding SAT-solver-level timeouts to the BMC engines.Alan Mishchenko2011-04-085-29/+51
|
* Fixing a problem with costraint scorr for K > 1.Alan Mishchenko2011-04-081-1/+80
|
* Unsuccessful attempt to improve PDR and a few minor changes.Alan Mishchenko2011-04-0720-354/+724
|
* Made gate library package Mio independent of CUDD.Alan Mishchenko2011-03-3022-154/+1552
|
* Added test package (new files).Alan Mishchenko2011-03-295-1/+85
|
* Added test package.Alan Mishchenko2011-03-296-4/+19
|
* Fixed a number of small bugs and memory leaks.Alan Mishchenko2011-03-2751-50/+130
|
* C++ compilation fixes.Alan Mishchenko2011-03-273-4/+4
|
* Improvements in Vec_Vec_t.Alan Mishchenko2011-03-277-41/+195
|
* Added Max/Min/Abs as static inline functions.Alan Mishchenko2011-03-271-0/+11
|
* Fixed memory leak.Alan Mishchenko2011-03-271-0/+1
|
* Added printing MFFC sizes and deriving TT from SOP.Alan Mishchenko2011-03-188-12/+138
|
* Fixing timeout in reachability engines.Alan Mishchenko2011-03-175-6/+38
|
* Fix parsing tab symbol in Liberty files.Alan Mishchenko2011-03-171-1/+1
|
* Procedure to convert AIG into a netowrk of NAND gates.Alan Mishchenko2011-03-171-0/+81
|
* Added new procedure and other small changes.Alan Mishchenko2011-03-165-7/+169
|\
| * Project file change to add extraBddTime.cAlan Mishchenko2011-02-111-0/+4
| |
* | Exploring fanout cofactoring ideas...Alan Mishchenko2011-03-142-8/+152
| |