Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compiler warnings. | Alan Mishchenko | 2017-04-28 | 1 | -4/+4 |
| | |||||
* | Compiler warnings. | Alan Mishchenko | 2017-04-28 | 2 | -4/+4 |
| | |||||
* | Experiments with support minimization. | Alan Mishchenko | 2017-04-27 | 2 | -4/+4 |
| | |||||
* | Logic restructuring after mapping. | Alan Mishchenko | 2017-04-19 | 1 | -1/+8 |
| | |||||
* | Logic restruturing after mapping. | Alan Mishchenko | 2017-04-17 | 1 | -1/+45 |
| | |||||
* | Experiments with hashing. | Alan Mishchenko | 2017-04-11 | 1 | -0/+135 |
| | |||||
* | Experiments with hashing. | Alan Mishchenko | 2017-04-10 | 2 | -3/+23 |
| | |||||
* | Experiments with hashing. | Alan Mishchenko | 2017-04-08 | 1 | -1/+18 |
| | |||||
* | Bug fix in hashing. | Alan Mishchenko | 2017-03-31 | 1 | -1/+5 |
| | |||||
* | Experiments with new network data-structure. | Alan Mishchenko | 2017-03-20 | 1 | -0/+2 |
| | |||||
* | Experiments with SAT sweeping. | Alan Mishchenko | 2017-02-18 | 1 | -0/+16 |
| | |||||
* | Movinng custom floating-point implementations, etc. | Alan Mishchenko | 2017-02-11 | 3 | -0/+450 |
| | |||||
* | Improving CEX minimization. | Alan Mishchenko | 2017-02-10 | 1 | -7/+18 |
| | |||||
* | Autotuner for 'satoko'. | Alan Mishchenko | 2017-02-08 | 1 | -22/+32 |
| | |||||
* | Updates to arithmetic verification. | Alan Mishchenko | 2017-01-15 | 1 | -0/+12 |
| | |||||
* | Updates to arithmetic verification. | Alan Mishchenko | 2017-01-14 | 2 | -0/+35 |
| | |||||
* | Compiler warnings. | Alan Mishchenko | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | Compiler warnings. | Alan Mishchenko | 2016-12-31 | 2 | -4/+4 |
| | |||||
* | New SAT-based optimization package. | Alan Mishchenko | 2016-11-26 | 1 | -0/+28 |
| | |||||
* | New SAT-based optimization package. | Alan Mishchenko | 2016-11-19 | 1 | -0/+8 |
| | |||||
* | Factoring out library preprocessing code in &nf and putting it elsewhere. | Alan Mishchenko | 2016-05-16 | 1 | -0/+2 |
| | |||||
* | Experiments with CEC for arithmetic circuits. | Alan Mishchenko | 2016-05-07 | 1 | -0/+27 |
| | |||||
* | Suggested bug fix in st__strhash(). | Alan Mishchenko | 2016-04-30 | 1 | -7/+6 |
| | |||||
* | Experiments with arithmetic circuits. | Alan Mishchenko | 2016-04-28 | 1 | -0/+7 |
| | |||||
* | Command &esop to convert AIG into ESOP. | Alan Mishchenko | 2016-04-09 | 2 | -0/+40 |
| | |||||
* | Compiler warning. | Alan Mishchenko | 2015-12-16 | 1 | -7/+0 |
| | |||||
* | add a new #define ABC_NAMESPACE_USING_NAMESPACE that adds a using ↵ | Baruch Sterin | 2015-11-20 | 1 | -0/+3 |
| | | | | decelaration when needed | ||||
* | move namespace logic into a separate file. It is useful for users of ABC ↵ | Baruch Sterin | 2015-11-20 | 2 | -27/+56 |
| | | | | that need to use symbols without the entire baggage of including abc_global.h | ||||
* | Improvements to storing and reusing simulation info. | Alan Mishchenko | 2015-11-05 | 2 | -2/+59 |
| | |||||
* | pyabc: remove python integration from abc, it is moved to a separate extension | Baruch Sterin | 2015-11-05 | 1 | -4/+0 |
| | |||||
* | Compiler warnings. | Alan Mishchenko | 2015-10-25 | 1 | -14/+3 |
| | |||||
* | Extending library handling to 8 inputs. | Alan Mishchenko | 2015-10-25 | 1 | -5/+30 |
| | |||||
* | Changes for delay-oriented computation. | Alan Mishchenko | 2015-10-24 | 1 | -1/+1 |
| | |||||
* | Compiler warnings. | Alan Mishchenko | 2015-10-21 | 1 | -1/+1 |
| | |||||
* | Fix to the #include <stdlib.h> problem for Debug version on Window. | Alan Mishchenko | 2015-10-16 | 1 | -8/+8 |
| | |||||
* | Moving BDD-based threshold function detection to the BDD part of the code. | Alan Mishchenko | 2015-10-16 | 2 | -694/+0 |
| | |||||
* | make sure all of ABC and related libraries are in the same namespace (when ↵ | Baruch Sterin | 2015-10-16 | 1 | -0/+1 |
| | | | | compiled with ABC_NAMESPACE) by removing extern "C" from function definitions | ||||
* | Adding support for black boxes in extended AIG. | Alan Mishchenko | 2015-10-04 | 4 | -7/+25 |
| | |||||
* | Experiments with LUT structure mapping. | Alan Mishchenko | 2015-09-27 | 1 | -0/+40 |
| | |||||
* | Improvements to Scl_Lib/SC_Cell data-structure. | Alan Mishchenko | 2015-09-24 | 1 | -0/+8 |
| | |||||
* | Threshold logic checking code by Augusto Neutzling and Jody Matos. | Alan Mishchenko | 2015-09-23 | 1 | -231/+591 |
| | |||||
* | New constraint manager and memory reporting 'ps'. | Alan Mishchenko | 2015-09-08 | 1 | -0/+12 |
| | |||||
* | More tuning in &nf. | Alan Mishchenko | 2015-09-06 | 1 | -1/+6 |
| | |||||
* | Bug fix in Vec_IntInsert() and a couple of new APIs. | Alan Mishchenko | 2015-08-26 | 2 | -1/+16 |
| | |||||
* | Changes to be able to compile ABC without CUDD. | Alan Mishchenko | 2015-08-24 | 15 | -10275/+1280 |
| | |||||
* | Changes to be able to compile ABC without CUDD. | Alan Mishchenko | 2015-08-24 | 1 | -9/+1 |
| | |||||
* | Changes to be able to compile ABC without CUDD. | Alan Mishchenko | 2015-08-24 | 1 | -0/+1 |
| | |||||
* | Compiler warning. | Alan Mishchenko | 2015-08-23 | 1 | -1/+1 |
| | |||||
* | Experiments with mapping plus small changes. | Alan Mishchenko | 2015-08-23 | 1 | -0/+69 |
| | |||||
* | Improvements to Cba data-structure. | Alan Mishchenko | 2015-08-09 | 1 | -5/+18 |
| |