summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Additional changes to Satoko to enable various integrations.Alan Mishchenko2017-08-164-22/+44
|
* Trying &bmcs with external solvers.Alan Mishchenko2017-08-152-21/+34
|
* Trying &bmcs with external solvers.Alan Mishchenko2017-08-151-38/+54
|
* Added several helpful APIs to Satoko.Alan Mishchenko2017-08-153-0/+33
|
* Unfold several timeframes at the same time in &bmcs.Alan Mishchenko2017-08-152-91/+118
|
* Bug fix in &bmcs.Alan Mishchenko2017-08-151-8/+15
|
* Adding an option to bmc3 to use Satoko intead of the default SAT solver.Alan Mishchenko2017-08-135-49/+130
|
* Renaming several Satoko APIs to avoid collision with MiniSAT.Alan Mishchenko2017-08-134-29/+29
|
* Fixing non-scalability in CNF generation.Alan Mishchenko2017-08-131-1/+1
|
* Fixing non-scalability in CNF generation.Alan Mishchenko2017-08-131-1/+1
|
* Fixing non-scalability in CNF generation.Alan Mishchenko2017-08-131-1/+1
|
* Fixing non-scalability in CNF generation.Alan Mishchenko2017-08-131-1/+25
|
* Experiments with BMC.Alan Mishchenko2017-08-132-2/+2
|
* Experiments with BMC.Alan Mishchenko2017-08-131-47/+31
|
* Experiments with BMC.Alan Mishchenko2017-08-131-0/+1
|
* Experiments with BMC.Alan Mishchenko2017-08-133-42/+311
|
* Adding a callback feature to Satoko.Alan Mishchenko2017-08-133-2/+13
|
* add frame done callback support for command &bmcsBaruch Sterin2017-08-093-0/+11
|
* add a new field to the ABC Frame. The new field is a callback that may be ↵Baruch Sterin2017-08-091-0/+4
| | | | called by a BMC-like engine when a frame is done and a PO is either known to be SAT or UNSAT up to a specific frame
* Experiments with BMC.Alan Mishchenko2017-08-093-2/+530
|
* New commands for backing up networks.Alan Mishchenko2017-08-044-7/+203
|
* Transforming miter by swapping sides.Alan Mishchenko2017-07-232-10/+79
|
* Compiler warnings.Alan Mishchenko2017-07-2235-72/+72
|
* Experiments with BMC.Alan Mishchenko2017-07-221-0/+185
|
* Experiments with BMC.Alan Mishchenko2017-07-222-0/+5
|
* Handling corner cases in TT print-out.Alan Mishchenko2017-07-211-0/+4
|
* Experiments with logic optimization.Alan Mishchenko2017-07-213-0/+155
|
* Accidental change.Alan Mishchenko2017-07-171-37/+37
|
* Commenting out things in GIA constant sweeping.Alan Mishchenko2017-07-141-3/+3
|
* Bug fix in MiniLUT APIs.Alan Mishchenko2017-07-121-1/+31
|
* Supporting CO attributes in GIA.Alan Mishchenko2017-07-123-1/+10
|
* Making MiniLUT work for more than 6 inputs.Alan Mishchenko2017-07-081-17/+38
|
* Adding new type of MUX blasting.Alan Mishchenko2017-07-078-17/+57
|
* Adding new command line options for &verify and &synch2.Alan Mishchenko2017-07-063-8/+28
|
* Commenting out useless assertion.Alan Mishchenko2017-07-061-1/+1
|
* Merged in boschmitt/abc (pull request #77)Alan Mishchenko2017-07-044-15/+15
|\ | | | | | | Small fixes for C++ compilers
| * Using arch macro for moderns compilersBruno Schmitt2017-07-041-5/+5
| |
| * Small fixes for C++ compilersBruno Schmitt2017-07-043-10/+10
| |
* | Synchronizing various data-structures.Alan Mishchenko2017-07-0411-23/+452
|/
* Saturating floating point computation.Alan Mishchenko2017-07-014-6/+18
|
* Saturating floating point computation.Alan Mishchenko2017-06-291-4/+10
|
* Not calling a changed API until it is fixed.Alan Mishchenko2017-06-272-2/+2
|
* Temp changesAlan Mishchenko2017-06-152-1/+33
|
* mergeYen-Sheng Ho2017-06-0635-113/+1843
|\
| * Bug fix in SMT handling: 'distinct' with more than two inputs.Alan Mishchenko2017-06-052-1/+26
| |
| * Outputting cell configurations.Alan Mishchenko2017-06-021-3/+51
| |
| * Several new procedures for GIA manipulation.Alan Mishchenko2017-06-013-1/+129
| |
| * Small fix for bins growth in sub-cube hashtable.Bruno Schmitt2017-05-261-1/+2
| |
| * Small change to gate names.Alan Mishchenko2017-05-161-1/+1
| |
| * Adding switch %blast -d to dump dual-output miter after blasting.Alan Mishchenko2017-04-298-43/+100
| |