summaryrefslogtreecommitdiffstats
path: root/src/base
Commit message (Collapse)AuthorAgeFilesLines
* Compiler warnings.Alan Mishchenko2017-01-071-1/+1
|
* Updates to delay optimization project.Alan Mishchenko2017-01-021-13/+18
|
* Compiler warnings.Alan Mishchenko2016-12-311-2/+2
|
* Updates to delay optimization project.Alan Mishchenko2016-12-311-2/+26
|
* Updates to delay optimization project.Alan Mishchenko2016-12-291-2/+14
|
* Several changes in arithmetic circuit manipulation.Alan Mishchenko2016-12-221-4/+8
|
* Converting some errors into warnings.Alan Mishchenko2016-12-212-3/+3
|
* xSAT is an experimental SAT Solver based on Glucose v3(see Glucose ↵Bruno Schmitt2016-12-121-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 Mishchenko2016-12-051-1/+1
|
* Adding support for minimalistic representation of LUT mapping.Alan Mishchenko2016-12-051-10/+22
|
* New SAT-based optimization package.Alan Mishchenko2016-12-041-3/+8
|
* Analysis of arithmetic logic cones.Alan Mishchenko2016-12-041-3/+10
|
* Commenting out bailout in 'print_cex' when CEX has latches initialized to 1.Alan Mishchenko2016-11-301-1/+2
|
* Small changes in handling arithmetic logic.Alan Mishchenko2016-11-301-1/+10
|
* New command to profile arithmetic logic cones.Alan Mishchenko2016-11-265-16/+278
|
* New SAT-based optimization package.Alan Mishchenko2016-11-262-1/+130
|
* Adding switch '-c' to generate only stuck-at faults in 'faultclasses -g'.Alan Mishchenko2016-11-222-8/+14
|
* Minor bug fixes.Alan Mishchenko2016-11-211-1/+1
|
* Merged alanmi/abc into defaultVinicius Callegaro2016-11-162-16/+1088
|\
| * Renaming command 'detect' to be 'faultclasses'.Alan Mishchenko2016-11-102-10/+12
| |
| * Compiler warnings.Alan Mishchenko2016-11-091-3/+0
| |
| * Equivalent fault detection code.Alan Mishchenko2016-11-092-9/+1082
| |
* | Disjoint-support decomposition with cofactoring and boolean difference analysisVinicius Callegaro2016-11-082-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.
* Isolating CBA types into a separate header.Alan Mishchenko2016-11-081-0/+169
|
* Isolating CBA types into a separate header.Alan Mishchenko2016-11-071-110/+1
|
* Exact synthesis.Mathias Soeken2016-10-291-1/+1
|
* Exact synthesis.Mathias Soeken2016-10-261-0/+15
|
* Exact synthesis.Mathias Soeken2016-10-261-2/+14
|
* Merged alanmi/abc into defaultMathias Soeken2016-10-269-2/+458
|\
| * Parser for JSON format.Alan Mishchenko2016-10-259-2/+458
| |
* | Exact synthesis.Mathias Soeken2016-10-252-8/+8
|/
* Code for profiling arithmetic circuits.Alan Mishchenko2016-10-211-4/+18
|
* Updates to arithmetic verification.Alan Mishchenko2016-10-091-26/+56
|
* Adding switch &mfs -b to preserve white boxes during optimization.Alan Mishchenko2016-10-071-2/+6
|
* Change Verilog reader to take a string rather than file name.Alan Mishchenko2016-10-063-8/+10
|
* Adding module name when reading SMT-LIB from stdin.Alan Mishchenko2016-10-021-1/+1
|
* Bug fix in SMT parser.Alan Mishchenko2016-10-021-20/+12
|
* Bug fix in the SMT parser to address multi-argument operators and large ↵Alan Mishchenko2016-09-301-2/+295
| | | | constants.
* Compiler warnings.Alan Mishchenko2016-09-301-2/+2
|
* Merged alanmi/abc into defaultMathias Soeken2016-09-292-8/+25
|\
| * Supporting 'define-fun' with an expression rather than a constant.Alan Mishchenko2016-09-291-6/+19
| |
| * Adding flag 'pdr -e' to output only support variables in the invariant.Alan Mishchenko2016-09-281-2/+6
| |
* | Some fixes in BMS.Mathias Soeken2016-09-141-9/+13
| |
* | New search strategy in BMS.Mathias Soeken2016-09-141-98/+101
| |
* | Updates to BMS.Mathias Soeken2016-09-101-72/+90
| |
* | Fix in BMS.Mathias Soeken2016-09-091-0/+5
| |
* | Fixes in BMS.Mathias Soeken2016-09-091-7/+9
| |
* | Missing case in BMS.Mathias Soeken2016-09-091-1/+4
| |
* | Improvements to BMS.Mathias Soeken2016-09-091-73/+164
| |
* | Merged alanmi/abc into defaultMathias Soeken2016-09-092-0/+55
|\|