summaryrefslogtreecommitdiffstats
path: root/src/base
Commit message (Collapse)AuthorAgeFilesLines
* Minor tuning in 'satclp'.Alan Mishchenko2015-10-222-3/+3
|
* Compiler warnings.Alan Mishchenko2015-10-211-1/+1
|
* Corner case bug in 'satclp'.Alan Mishchenko2015-10-211-2/+3
|
* Added several knobs to control QoR in &nf.Alan Mishchenko2015-10-201-24/+32
|
* Additional improvements in 'satclp'.Alan Mishchenko2015-10-183-21/+164
|
* Moving BDD-based threshold function detection to the BDD part of the code.Alan Mishchenko2015-10-161-1/+2
|
* make sure all of ABC and related libraries are in the same namespace (when ↵Baruch Sterin2015-10-161-2/+8
| | | | compiled with ABC_NAMESPACE) by removing extern "C" from function definitions
* Fix C++ compilation errorsBaruch Sterin2015-10-162-9/+7
|
* Experiments with precomputation and matching.Alan Mishchenko2015-10-151-4/+10
|
* Experiments with precomputation and matching.Alan Mishchenko2015-10-151-2/+22
|
* Experiments with precomputation and matching.Alan Mishchenko2015-10-141-2/+14
|
* Experiments with precomputation and matching.Alan Mishchenko2015-10-131-16/+20
|
* Experiments with precomputation and matching.Alan Mishchenko2015-10-121-2/+6
|
* Experiments with functional matching.Alan Mishchenko2015-10-091-2/+5
|
* Experiments with functional matching.Alan Mishchenko2015-10-082-10/+167
|
* Two fixes in 'dsd_filter'.Alan Mishchenko2015-10-071-1/+2
|
* New switch 'satclp -r' to reverse variable order.Alan Mishchenko2015-10-073-16/+21
|
* Experiments with functional matching.Alan Mishchenko2015-10-051-5/+7
|
* Adding support for black boxes in extended AIG.Alan Mishchenko2015-10-042-2/+2
|
* Naive LUT packing algorithm (command &pack).Alan Mishchenko2015-09-301-0/+99
|
* Experiments with LUT structure mapping.Alan Mishchenko2015-09-301-0/+1
|
* Experiments with LUT structure mapping.Alan Mishchenko2015-09-271-0/+233
|
* Bug fix in &nf and in propagating timing info.Alan Mishchenko2015-09-271-2/+2
|
* New command &rexwalk.Alan Mishchenko2015-09-261-0/+71
|
* Bug fix in 'satclp'.Alan Mishchenko2015-09-261-1/+7
|
* Adding API to set the number of flops after reading MiniAIG.Alan Mishchenko2015-09-241-1/+11
|
* Several bug-fixed related to synthesis, library handling, and timimg info.Alan Mishchenko2015-09-232-1/+3
|
* Improving bit-blasting of full-adder.Alan Mishchenko2015-09-233-20/+71
|
* Threshold logic checking code by Augusto Neutzling and Jody Matos.Alan Mishchenko2015-09-231-8/+15
|
* Fixing corner-cases in 'tempor' and in 'unfold'.Alan Mishchenko2015-09-221-1/+6
|
* Adding new command &rex2gia.Alan Mishchenko2015-09-221-0/+67
|
* Adding switch to &b to prevent dumplicated area when used in delay-mode (&b ↵Alan Mishchenko2015-09-181-4/+8
| | | | -da).
* Tuning SAT solver for QBF instances.Alan Mishchenko2015-09-181-1/+1
|
* Tuning SAT solver for QBF instances.Alan Mishchenko2015-09-181-4/+4
|
* Tuning SAT solver for QBF instances.Alan Mishchenko2015-09-181-3/+12
|
* Improvements to QBF solver; new quantification command &qvar.Alan Mishchenko2015-09-181-20/+84
|
* New constraint manager and memory reporting 'ps'.Alan Mishchenko2015-09-087-18/+81
|
* Cleaning up boolean operators; adding unique name support; minor changes.Alan Mishchenko2015-09-073-34/+101
|
* Experiments with SAT-based collapsing.Alan Mishchenko2015-09-042-2/+2
|
* Experiments with SAT-based collapsing.Alan Mishchenko2015-09-043-98/+331
|
* Experiments with SAT-based collapsing.Alan Mishchenko2015-09-031-0/+73
|
* Improvements to Cba data-structure.Alan Mishchenko2015-09-032-7/+5
|
* Improvements to Cba data-structure.Alan Mishchenko2015-09-037-280/+1581
|
* Improvements to Cba data-structure.Alan Mishchenko2015-08-305-192/+763
|
* Alternative way to bit-blast a divisor.Alan Mishchenko2015-08-291-4/+39
|
* More tuning in &nf.Alan Mishchenko2015-08-281-1/+1
|
* Adding switch to control area-recovery and more tuning in &nf.Alan Mishchenko2015-08-282-8/+20
|
* Bug fix in Vec_IntInsert() and a couple of new APIs.Alan Mishchenko2015-08-261-0/+18
|
* Changing 'refactor' to work with truth tables.Alan Mishchenko2015-08-253-175/+188
|
* Changes to be able to compile ABC without CUDD.Alan Mishchenko2015-08-2438-41/+39
|