summaryrefslogtreecommitdiffstats
path: root/src/base
Commit message (Collapse)AuthorAgeFilesLines
* main: add option -Q for execute command quietly, then interactiveBaruch Sterin2015-11-182-7/+15
|
* Improvements to timing optimization.Alan Mishchenko2015-11-112-0/+29
|
* Bug fix in 'satclp'.Alan Mishchenko2015-11-111-9/+10
|
* load_plugin: remove a comment that became redundant and cleaned up a bitBaruch Sterin2015-11-101-7/+2
|
* load_plugin: remove a check that the binary exists when a plugin command ↵Baruch Sterin2015-11-101-6/+0
| | | | runs - the registration was successful, so the binary should exist. The check was remove to allow the -p option for load_plugin to work.
* Improvements to 'satclp'.Alan Mishchenko2015-11-092-8/+8
|
* Improvements to 'satclp'.Alan Mishchenko2015-11-093-37/+54
|
* g++ compiler warnings.Alan Mishchenko2015-11-081-0/+1
|
* Add a -p option to load_plugin, given this option, the command does not ↵Baruch Sterin2015-11-071-31/+84
| | | | require an absolute path for theplugin. Instead, the shell searches PATH for it.
* Improvements to 'satclp' (unfinished).Alan Mishchenko2015-11-061-15/+31
|
* Improvements to 'satclp' (unfinished).Alan Mishchenko2015-11-061-3/+111
|
* Improvements to storing and reusing simulation info.Alan Mishchenko2015-11-051-2/+1
|
* 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
|