summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Detecting full-adder chains and putting them into white boxes.Alan Mishchenko2014-11-096-94/+594
|
* Full adder detection code.Alan Mishchenko2014-11-081-0/+300
|
* Added minor API to clean path on a Windows computer.Alan Mishchenko2014-11-052-2/+24
|
* Experimental implementation of BMC-related procedures.Alan Mishchenko2014-11-051-7/+31
|
* Experimental implementation of BMC-related procedures.Alan Mishchenko2014-11-044-0/+430
|
* Compiler warnings.Alan Mishchenko2014-11-031-2/+2
|
* Bug fix in CEX printing.Alan Mishchenko2014-11-031-1/+1
|
* Changing LIBS in Makefie.Alan Mishchenko2014-11-031-1/+1
|
* Making public some APIs.Alan Mishchenko2014-11-033-21/+30
|
* Improvements to &fftest (adding computation of fixed parameters).Alan Mishchenko2014-11-021-108/+206
|
* Added switches '-c' and '-n' to 'init'.Alan Mishchenko2014-11-023-13/+113
|
* Commenting out useless macro which causes failure on VS 2012.Alan Mishchenko2014-10-301-6/+6
|
* Removing dependency on ABC library in the settings.Alan Mishchenko2014-10-291-2/+2
|
* Compiler warnings.Alan Mishchenko2014-10-288-8/+9
|
* Changes to enable building external code.Alan Mishchenko2014-10-287-110/+3
|
* Bug fix in bmc3 -a -x.Alan Mishchenko2014-10-281-1/+1
|
* pyabc: handle a few corner casesBaruch Sterin2014-10-281-2/+8
|
* Bug fix in bmc3 -a -x.Alan Mishchenko2014-10-281-1/+1
|
* Changes to enable building external code.Alan Mishchenko2014-10-275-379/+381
|
* Adding MAJ gate to GIA package.Alan Mishchenko2014-10-262-0/+20
|
* Changing switch -v in 'qbf' and '&qbf' to be non-verbose by default.Alan Mishchenko2014-10-261-2/+2
|
* New command &satenum to enumerate SAT assignments of a miter in a naive way.Alan Mishchenko2014-10-252-0/+128
|
* Adding switch &fftest -N <num> to detect fixed vars after each <num> iterations.Alan Mishchenko2014-10-253-3/+78
|
* Merged in sterin/abc (pull request #9)Alan Mishchenko2014-10-232-0/+45
|\ | | | | | | make it easy to add intialization functions to Abc_FrameInit()/Abc_FrameEnd()
| * make it easy to add intialization functions to Abc_FrameInit()/Abc_FrameEnd()Baruch Sterin2014-10-222-0/+45
| |
* | One bug fix and two small changes.Alan Mishchenko2014-10-221-2/+2
| |
* | One bug fix and two small changes.Alan Mishchenko2014-10-224-7/+27
|/
* Bug fix in seq synthesis due to resent code restructuring.Alan Mishchenko2014-10-213-8/+8
|
* Disabling MiniSAT 2.2 for now.Alan Mishchenko2014-10-212-2/+2
|
* Compiler problems.Alan Mishchenko2014-10-212-2/+6
|
* Compiler problems.Alan Mishchenko2014-10-211-3/+4
|
* Compiler problems.Alan Mishchenko2014-10-211-4/+7
|
* Compiler problems.Alan Mishchenko2014-10-213-2/+5
|
* Adding code of MiniSAT 2.2.Alan Mishchenko2014-10-2130-2/+5822
|
* Preparing to work with C++ code.Alan Mishchenko2014-10-216-6/+61
|
* Adding commands backup/restore.Alan Mishchenko2014-10-214-0/+88
|
* Adding switch &qbf -q to quantify functional variables.Alan Mishchenko2014-10-201-2/+1
|
* Adding switch &qbf -q to quantify functional variables.Alan Mishchenko2014-10-202-3/+61
|
* Improved QBF solver.Alan Mishchenko2014-10-181-19/+94
|
* Improved QBF solver.Alan Mishchenko2014-10-181-10/+25
|
* Improved QBF solver.Alan Mishchenko2014-10-184-2/+436
|
* Bug fix in truth table computation.Alan Mishchenko2014-10-152-11/+15
|
* Compiler problem with includes.Alan Mishchenko2014-10-131-1/+1
|
* MUX decomposition during mapping.Alan Mishchenko2014-10-131-5/+19
|
* MUX decomposition during mapping.Alan Mishchenko2014-10-122-9/+17
|
* MUX decomposition during mapping.Alan Mishchenko2014-10-121-7/+10
|
* Recommended changes for portability.Alan Mishchenko2014-10-126-9/+44
|
* Merged in grigora/abc/grigora/fixed-hang-issue-in-bm-command-1413034154897 ↵Alan Mishchenko2014-10-111-7/+6
|\ | | | | | | | | | | (pull request #8) Fix for hang issue in "bm" command.
| * Fixed "bm" command hang issue.grigora2014-10-111-7/+6
| |
* | MUX decomposition during mapping.Alan Mishchenko2014-10-112-26/+121
| |