Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copied some functions from pdr | Yen-Sheng Ho | 2017-02-18 | 1 | -2/+2 |
| | |||||
* | copied pdr_mansolve | Yen-Sheng Ho | 2017-02-18 | 1 | -2/+1 |
| | |||||
* | started pdrIncr.c | Yen-Sheng Ho | 2017-02-18 | 1 | -0/+2 |
| | |||||
* | added ipdr | Yen-Sheng Ho | 2017-02-17 | 1 | -0/+268 |
| | |||||
* | Promising alternative of CEX minimization in 'pdr'. | Alan Mishchenko | 2017-02-16 | 1 | -2/+6 |
| | |||||
* | Promising modification of the generalization procedure in 'pdr'. | Alan Mishchenko | 2017-02-16 | 1 | -2/+6 |
| | |||||
* | Word-level abstraction engine. | Alan Mishchenko | 2017-02-15 | 1 | -5/+5 |
| | |||||
* | Adding APIs to mark cones. Creating test-bench for incremental solving ↵ | Alan Mishchenko | 2017-02-11 | 1 | -5/+9 |
| | | | | &satoko -i. | ||||
* | Updates to the autotuner. | Alan Mishchenko | 2017-02-10 | 1 | -210/+10 |
| | |||||
* | Merged in boschmitt/abc (pull request #51) | Alan Mishchenko | 2017-02-11 | 1 | -4/+214 |
|\ | | | | | | | Modifications to satoko. | ||||
| * | New fixed point data type. | Bruno Schmitt | 2017-02-10 | 1 | -4/+214 |
| | | | | | | | | | | Expose all options to command line. Expose search statistics to users. | ||||
* | | Re-introducing floating-point activity in the SAT solver. | Alan Mishchenko | 2017-02-10 | 1 | -2/+6 |
|/ | |||||
* | Standardizing the use of new CNF generator. Adding CNF variable connectivity ↵ | Alan Mishchenko | 2017-02-10 | 2 | -5/+2 |
| | | | | information. | ||||
* | Accidental change. | Alan Mishchenko | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | Autotuner for 'satoko'. | Alan Mishchenko | 2017-02-08 | 1 | -4/+23 |
| | |||||
* | New command &satoko. | Alan Mishchenko | 2017-02-08 | 1 | -2/+71 |
| | |||||
* | Small changes to support old compilers. | Bruno Schmitt | 2017-02-06 | 1 | -1/+1 |
| | |||||
* | Adding a new SAT solver to ABC. (Satoko) | Bruno Schmitt | 2017-02-06 | 1 | -1/+81 |
| | | | | The command is ‘satoko’ | ||||
* | Adding specialized flop ordering before generalization in 'pdr'. | Alan Mishchenko | 2017-02-06 | 1 | -2/+6 |
| | |||||
* | Adding structural flop priority heuristics in 'pdr'. | Alan Mishchenko | 2017-02-03 | 1 | -2/+6 |
| | |||||
* | Enabling new X-valued simulation in 'pdr'. | Alan Mishchenko | 2017-02-03 | 1 | -2/+6 |
| | |||||
* | Improvements to inductive generalization in IC3/PDR by Zyad Hassan. | Alan Mishchenko | 2017-02-02 | 1 | -4/+31 |
| | |||||
* | Fix mismatch in output formatting. | Alan Mishchenko | 2017-01-21 | 1 | -6/+6 |
| | |||||
* | Small fixes and a change to &cec to allow two files names given as ↵ | Alan Mishchenko | 2017-01-21 | 2 | -44/+91 |
| | | | | command-line arguments. | ||||
* | Updates to arithmetic verification. | Alan Mishchenko | 2017-01-15 | 1 | -1/+53 |
| | |||||
* | Updates to arithmetic verification. | Alan Mishchenko | 2017-01-14 | 1 | -1/+1 |
| | |||||
* | Updates to arithmetic verification. | Alan Mishchenko | 2017-01-14 | 2 | -33/+17 |
| | |||||
* | Adding print-out of critical path for mapped AIGs to &show. | Alan Mishchenko | 2017-01-13 | 1 | -6/+9 |
| | |||||
* | Updates to arithmetic verification. | Alan Mishchenko | 2017-01-11 | 1 | -0/+48 |
| | |||||
* | Updated to arithmetic verification. | Alan Mishchenko | 2017-01-09 | 1 | -51/+95 |
| | |||||
* | Bug fix in delay-opt framework. | Alan Mishchenko | 2017-01-09 | 1 | -1/+1 |
| | |||||
* | Compiler warnings. | Alan Mishchenko | 2017-01-07 | 1 | -1/+1 |
| | |||||
* | Updates to delay optimization project. | Alan Mishchenko | 2017-01-02 | 1 | -13/+18 |
| | |||||
* | Updates to delay optimization project. | Alan Mishchenko | 2016-12-31 | 1 | -2/+26 |
| | |||||
* | Updates to delay optimization project. | Alan Mishchenko | 2016-12-29 | 1 | -2/+14 |
| | |||||
* | Several changes in arithmetic circuit manipulation. | Alan Mishchenko | 2016-12-22 | 1 | -4/+8 |
| | |||||
* | Converting some errors into warnings. | Alan Mishchenko | 2016-12-21 | 2 | -3/+3 |
| | |||||
* | xSAT is an experimental SAT Solver based on Glucose v3(see Glucose ↵ | Bruno Schmitt | 2016-12-12 | 1 | -99/+240 |
| | | | | | | | | | | | | | | copyrights below) and ABC C version of MiniSat (bsat) developed by Niklas Sorensson and modified by Alan Mishchenko. It’s development has reached sufficient maturity to be committed in ABC, but still in a beta state. TODO: * Read compressed CNF files. * Study the use of floating point for variables and clauses activity. * Better documentation. * Improve verbose messages. * Expose parameters for tuning. | ||||
* | Compiler warnings. | Alan Mishchenko | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | Adding support for minimalistic representation of LUT mapping. | Alan Mishchenko | 2016-12-05 | 1 | -10/+22 |
| | |||||
* | New SAT-based optimization package. | Alan Mishchenko | 2016-12-04 | 1 | -3/+8 |
| | |||||
* | Analysis of arithmetic logic cones. | Alan Mishchenko | 2016-12-04 | 1 | -3/+10 |
| | |||||
* | New SAT-based optimization package. | Alan Mishchenko | 2016-11-26 | 1 | -0/+129 |
| | |||||
* | Adding switch '-c' to generate only stuck-at faults in 'faultclasses -g'. | Alan Mishchenko | 2016-11-22 | 2 | -8/+14 |
| | |||||
* | Minor bug fixes. | Alan Mishchenko | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | Merged alanmi/abc into default | Vinicius Callegaro | 2016-11-16 | 2 | -16/+1088 |
|\ | |||||
| * | Renaming command 'detect' to be 'faultclasses'. | Alan Mishchenko | 2016-11-10 | 2 | -10/+12 |
| | | |||||
| * | Compiler warnings. | Alan Mishchenko | 2016-11-09 | 1 | -3/+0 |
| | | |||||
| * | Equivalent fault detection code. | Alan Mishchenko | 2016-11-09 | 2 | -9/+1082 |
| | | |||||
* | | Disjoint-support decomposition with cofactoring and boolean difference analysis | Vinicius Callegaro | 2016-11-08 | 2 | -1/+24 |
|/ | | | | | from V. Callegaro, F. S. Marranghello, M. G. A. Martins, R. P. Ribas and A. I. Reis, entitled "Bottom-up disjoint-support decomposition based on cofactor and boolean difference analysis" presented in ICCD'15. |