summaryrefslogtreecommitdiffstats
path: root/src/base
Commit message (Collapse)AuthorAgeFilesLines
* pyabc: remove python integration from abc, it is moved to a separate extensionBaruch Sterin2015-11-052-50/+0
|
* main: allow the -c -C -q -f -F -s command line options to be repeated and ↵Baruch Sterin2015-11-051-12/+40
| | | | the commands they sepcify be executed in order instead of overriding each other
* silence clang errors when compiling as C++Baruch Sterin2015-11-056-11/+12
|
* Adding procedure Abc_NtkSetAndGateDelay().Alan Mishchenko2015-11-041-2/+49
|
* Merged in sterin/abc (pull request #13)Alan Mishchenko2015-10-281-17/+9
|\ | | | | | | Restoring Aaron Hurst's "fretime" command
| * Restoring Aaron Hurst's "fretime" commandBaruch Sterin2015-10-281-17/+9
| |
* | Improvements in delay optimization.Alan Mishchenko2015-10-281-2/+6
|/
* Enabling reverse topo order in area minimization.Alan Mishchenko2015-10-281-2/+6
|
* Improvements to 'satclp'.Alan Mishchenko2015-10-281-15/+72
|
* Improvements to command print_fanio.Alan Mishchenko2015-10-273-55/+308
|
* Changes for delay-oriented computation.Alan Mishchenko2015-10-261-5/+21
|
* Extending library handling to 8 inputs.Alan Mishchenko2015-10-251-2/+2
|
* New command &isost.Alan Mishchenko2015-10-251-0/+70
|
* Better logic cone proprocessor for 'satclp' to reduce runtime.Alan Mishchenko2015-10-251-0/+228
|
* Added switch 'satclp -Z' to control the max size of the cone to work with ↵Alan Mishchenko2015-10-251-7/+11
| | | | (fix overlow).
* Changes for delay-oriented computation.Alan Mishchenko2015-10-241-13/+40
|
* Changes for delay-oriented computation.Alan Mishchenko2015-10-241-2/+14
|
* Set the default cube limit in 'satclp' to be 0.Alan Mishchenko2015-10-232-11/+14
|
* Added switch 'satclp -Z' to control the max size of the cone to work with.Alan Mishchenko2015-10-233-12/+37
|
* Changes for delay-oriented computation.Alan Mishchenko2015-10-232-1/+5
|
* 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
|