Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adding an option to bmc3 to use Satoko intead of the default SAT solver. | Alan Mishchenko | 2017-08-13 | 5 | -49/+130 | |
* | Renaming several Satoko APIs to avoid collision with MiniSAT. | Alan Mishchenko | 2017-08-13 | 4 | -29/+29 | |
* | Fixing non-scalability in CNF generation. | Alan Mishchenko | 2017-08-13 | 1 | -1/+1 | |
* | Fixing non-scalability in CNF generation. | Alan Mishchenko | 2017-08-13 | 1 | -1/+1 | |
* | Fixing non-scalability in CNF generation. | Alan Mishchenko | 2017-08-13 | 1 | -1/+1 | |
* | Fixing non-scalability in CNF generation. | Alan Mishchenko | 2017-08-13 | 1 | -1/+25 | |
* | Experiments with BMC. | Alan Mishchenko | 2017-08-13 | 2 | -2/+2 | |
* | Experiments with BMC. | Alan Mishchenko | 2017-08-13 | 1 | -47/+31 | |
* | Experiments with BMC. | Alan Mishchenko | 2017-08-13 | 1 | -0/+1 | |
* | Experiments with BMC. | Alan Mishchenko | 2017-08-13 | 3 | -42/+311 | |
* | Adding a callback feature to Satoko. | Alan Mishchenko | 2017-08-13 | 3 | -2/+13 | |
* | add frame done callback support for command &bmcs | Baruch Sterin | 2017-08-09 | 3 | -0/+11 | |
* | add a new field to the ABC Frame. The new field is a callback that may be cal... | Baruch Sterin | 2017-08-09 | 1 | -0/+4 | |
* | Experiments with BMC. | Alan Mishchenko | 2017-08-09 | 3 | -2/+530 | |
* | New commands for backing up networks. | Alan Mishchenko | 2017-08-04 | 4 | -7/+203 | |
* | Transforming miter by swapping sides. | Alan Mishchenko | 2017-07-23 | 2 | -10/+79 | |
* | Compiler warnings. | Alan Mishchenko | 2017-07-22 | 35 | -72/+72 | |
* | Experiments with BMC. | Alan Mishchenko | 2017-07-22 | 1 | -0/+185 | |
* | Experiments with BMC. | Alan Mishchenko | 2017-07-22 | 2 | -0/+5 | |
* | Handling corner cases in TT print-out. | Alan Mishchenko | 2017-07-21 | 1 | -0/+4 | |
* | Experiments with logic optimization. | Alan Mishchenko | 2017-07-21 | 3 | -0/+155 | |
* | Accidental change. | Alan Mishchenko | 2017-07-17 | 1 | -37/+37 | |
* | Commenting out things in GIA constant sweeping. | Alan Mishchenko | 2017-07-14 | 1 | -3/+3 | |
* | Bug fix in MiniLUT APIs. | Alan Mishchenko | 2017-07-12 | 1 | -1/+31 | |
* | Supporting CO attributes in GIA. | Alan Mishchenko | 2017-07-12 | 3 | -1/+10 | |
* | Making MiniLUT work for more than 6 inputs. | Alan Mishchenko | 2017-07-08 | 1 | -17/+38 | |
* | Adding new type of MUX blasting. | Alan Mishchenko | 2017-07-07 | 8 | -17/+57 | |
* | Adding new command line options for &verify and &synch2. | Alan Mishchenko | 2017-07-06 | 3 | -8/+28 | |
* | Commenting out useless assertion. | Alan Mishchenko | 2017-07-06 | 1 | -1/+1 | |
* | Merged in boschmitt/abc (pull request #77) | Alan Mishchenko | 2017-07-04 | 4 | -15/+15 | |
|\ | ||||||
| * | Using arch macro for moderns compilers | Bruno Schmitt | 2017-07-04 | 1 | -5/+5 | |
| * | Small fixes for C++ compilers | Bruno Schmitt | 2017-07-04 | 3 | -10/+10 | |
* | | Synchronizing various data-structures. | Alan Mishchenko | 2017-07-04 | 11 | -23/+452 | |
|/ | ||||||
* | Saturating floating point computation. | Alan Mishchenko | 2017-07-01 | 4 | -6/+18 | |
* | Saturating floating point computation. | Alan Mishchenko | 2017-06-29 | 1 | -4/+10 | |
* | Not calling a changed API until it is fixed. | Alan Mishchenko | 2017-06-27 | 2 | -2/+2 | |
* | Temp changes | Alan Mishchenko | 2017-06-15 | 2 | -1/+33 | |
* | merge | Yen-Sheng Ho | 2017-06-06 | 35 | -113/+1843 | |
|\ | ||||||
| * | Bug fix in SMT handling: 'distinct' with more than two inputs. | Alan Mishchenko | 2017-06-05 | 2 | -1/+26 | |
| * | Outputting cell configurations. | Alan Mishchenko | 2017-06-02 | 1 | -3/+51 | |
| * | Several new procedures for GIA manipulation. | Alan Mishchenko | 2017-06-01 | 3 | -1/+129 | |
| * | Small fix for bins growth in sub-cube hashtable. | Bruno Schmitt | 2017-05-26 | 1 | -1/+2 | |
| * | Small change to gate names. | Alan Mishchenko | 2017-05-16 | 1 | -1/+1 | |
| * | Adding switch %blast -d to dump dual-output miter after blasting. | Alan Mishchenko | 2017-04-29 | 8 | -43/+100 | |
| * | Experiments with support minimization. | Alan Mishchenko | 2017-04-29 | 2 | -0/+553 | |
| * | Compiler warnings. | Alan Mishchenko | 2017-04-28 | 2 | -16/+16 | |
| * | Compiler warnings. | Alan Mishchenko | 2017-04-28 | 3 | -12/+12 | |
| * | Compiler warnings. | Alan Mishchenko | 2017-04-28 | 1 | -3/+3 | |
| * | Compiler warnings. | Alan Mishchenko | 2017-04-28 | 3 | -7/+7 | |
| * | Experiments with support minimization. | Alan Mishchenko | 2017-04-27 | 7 | -20/+369 |