summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Experiments with simulation.Alan Mishchenko2017-02-141-0/+194
| | | |
* | | | - Small changes to the watch lists behavior.Bruno Schmitt2017-02-157-5/+98
|/ / / | | | | | | | | | | | | - Implementation of bookmark, unbookmark and rollback procedures. - Minor changes.
* | | - Small bug fix in var activity (improve performance)Bruno Schmitt2017-02-144-56/+55
| | | | | | | | | | | | - New implementation of watcher lists.
* | | Adding PDR with abstraction.Alan Mishchenko2017-02-131-5/+5
| | |
* | | Adding PDR with abstraction.Alan Mishchenko2017-02-111-1/+10
| | |
* | | Commenting out uncommented message.Alan Mishchenko2017-02-111-1/+1
| | |
* | | Adding PDR with abstraction.Alan Mishchenko2017-02-113-41/+11
| | |
* | | Adding APIs to mark cones. Creating test-bench for incremental solving ↵Alan Mishchenko2017-02-117-40/+181
| | | | | | | | | | | | &satoko -i.
* | | Compiler warning.Alan Mishchenko2017-02-111-1/+1
| | |
* | | Updates to variable activity in the SAT solver.Alan Mishchenko2017-02-112-342/+224
| | |
* | | Movinng custom floating-point implementations, etc.Alan Mishchenko2017-02-115-21/+19
| | |
* | | New implementation of a software floating point implementation (sdbl) for ↵Bruno Schmitt2017-02-1111-469/+412
| | | | | | | | | | | | | | | | | | consistency across different platforms and compilers. Removing useless files and compile time options related to variable activity data type (it can only be sdbl).
* | | Platform-independent double.Alan Mishchenko2017-02-112-1/+226
| | |
* | | Adding PDR with abstraction.Alan Mishchenko2017-02-105-13/+39
| | |
* | | Updates to the autotuner.Alan Mishchenko2017-02-103-234/+197
| | |
* | | Changes to compile on Windows.Alan Mishchenko2017-02-102-3/+7
| | |
* | | Merged in boschmitt/abc (pull request #51)Alan Mishchenko2017-02-117-43/+363
|\ \ \ | | | | | | | | | | | | Modifications to satoko.
| * \ \ Merged alanmi/abc into defaultBruno Schmitt2017-02-105-104/+196
| |\ \ \
| * | | | New fixed point data type.Bruno Schmitt2017-02-107-43/+363
| | | | | | | | | | | | | | | | | | | | | | | | | Expose all options to command line. Expose search statistics to users.
* | | | | Compiler warnings.Alan Mishchenko2017-02-102-2/+2
| | | | |
* | | | | Adding PDR with abstraction.Alan Mishchenko2017-02-109-103/+330
| | | | |
* | | | | Re-introducing floating-point activity in the SAT solver.Alan Mishchenko2017-02-104-2/+11
| |/ / / |/| | |
* | | | Improving CEX minimization.Alan Mishchenko2017-02-105-104/+196
|/ / /
* | | Standardizing the use of new CNF generator. Adding CNF variable connectivity ↵Alan Mishchenko2017-02-1017-57/+76
| | | | | | | | | | | | information.
* | | Profiling CEX minimization.Alan Mishchenko2017-02-091-4/+22
| | |
* | | Word-level abstraction.Alan Mishchenko2017-02-096-66/+125
| | |
* | | Word-level abstraction.Alan Mishchenko2017-02-092-4/+4
| | |
* | | Making sure 'inv_out' can match flops by name.Alan Mishchenko2017-02-094-18/+53
| | |
* | | Word-level abstraction.Alan Mishchenko2017-02-098-14/+387
| | |
* | | - Adding a compile time option to use floats for var activity (now it can be ↵Bruno Schmitt2017-02-098-34/+300
| | | | | | | | | | | | | | | | | | | | | | | | either ‘double’, ‘float’ or ‘unsigned’ (default)) - Adding vector of ‘float’ - Adding an option to configure the ratio of learnt clauses to be kept in clause database at each reduction (0 means no reduction). - Other small changes.
* | | Editing output messages.Alan Mishchenko2017-02-081-3/+3
| | |
* | | Accidental change.Alan Mishchenko2017-02-081-1/+1
| | |
* | | Editing output messages.Alan Mishchenko2017-02-081-3/+3
| | |
* | | Compiler warning.Alan Mishchenko2017-02-081-7/+6
| | |
* | | Autotuner for 'satoko'.Alan Mishchenko2017-02-087-28/+702
| | |
* | | Compiler warning.Alan Mishchenko2017-02-081-1/+1
| | |
* | | New command &satoko.Alan Mishchenko2017-02-085-4/+204
| | |
* | | Re-introducing floating-point activity in the SAT solver.Alan Mishchenko2017-02-071-2/+18
| | |
* | | Re-introducing floating-point activity in the SAT solver.Alan Mishchenko2017-02-062-39/+171
| | |
* | | Small changes to compile satoko on Windows.Alan Mishchenko2017-02-064-4/+88
| | |
* | | Merged alanmi/abc into defaultBruno Schmitt2017-02-061-7/+7
|\ \ \
| * | | Fixing compilation problem in 'dsc' package.Alan Mishchenko2017-02-061-7/+7
| | | |
* | | | Small changes to support old compilers.Bruno Schmitt2017-02-069-35/+35
| | | |
* | | | Adding a new SAT solver to ABC. (Satoko)Bruno Schmitt2017-02-0624-2/+3533
|/ / / | | | | | | | | | The command is ‘satoko’
* | | Adding specialized flop ordering before generalization in 'pdr'.Alan Mishchenko2017-02-063-3/+38
| | |
* | | Improving new X-valued simulation in 'pdr'.Alan Mishchenko2017-02-064-17/+203
| | |
* | | Improvements in AIG visualization.Alan Mishchenko2017-02-052-14/+17
| | |
* | | Compiler warnings.Alan Mishchenko2017-02-051-18/+22
| | |
* | | Corner-case bug-fix in library preprocessor for standard-cell mapping.Alan Mishchenko2017-02-051-2/+2
| | |
* | | Adding structural flop priority heuristics in 'pdr' (bug fix).Alan Mishchenko2017-02-031-9/+126
| | |