Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | added another function for printing wlc | Yen-Sheng Ho | 2017-03-16 | 1 | -0/+31 | |
| | | | ||||||
| * | | %pdra: added a structural support profiling of PPIs | Yen-Sheng Ho | 2017-03-16 | 1 | -0/+117 | |
| | | | ||||||
* | | | Synthesis for mesh of LUTs. | Alan Mishchenko | 2017-03-17 | 1 | -0/+102 | |
| |/ |/| | ||||||
* | | New word-level transformation. | Alan Mishchenko | 2017-03-17 | 9 | -11/+355 | |
| | | ||||||
* | | Small changes. | Alan Mishchenko | 2017-03-16 | 1 | -18/+18 | |
|/ | ||||||
* | Integration of new SAT sweeper. | Alan Mishchenko | 2017-03-11 | 1 | -4/+12 | |
| | ||||||
* | %pdra: added an option -i for weaker proof-based refinement | Yen-Sheng Ho | 2017-03-09 | 4 | -6/+24 | |
| | ||||||
* | %pdra: added more stats | Yen-Sheng Ho | 2017-03-09 | 1 | -1/+6 | |
| | ||||||
* | bug fix | Yen-Sheng Ho | 2017-03-09 | 1 | -1/+2 | |
| | ||||||
* | %pdra, %abs: added option -d for apple-to-apple comparison | Yen-Sheng Ho | 2017-03-09 | 4 | -8/+32 | |
| | ||||||
* | %pdra: count the number of reused clauses | Yen-Sheng Ho | 2017-03-09 | 1 | -0/+10 | |
| | ||||||
* | Exact synthesis. | Mathias Soeken | 2017-03-06 | 1 | -1/+1 | |
| | ||||||
* | Fix exact command for multiple-output functions. | Mathias Soeken | 2017-03-06 | 1 | -1/+24 | |
| | ||||||
* | Merged alanmi/abc into default | Mathias Soeken | 2017-03-04 | 6 | -5/+195 | |
|\ | ||||||
| * | Clone of the main SAT solver to eneable independent work. | Alan Mishchenko | 2017-03-03 | 1 | -0/+70 | |
| | | ||||||
| * | merge | Yen-Sheng Ho | 2017-03-03 | 12 | -23/+471 | |
| |\ | ||||||
| | * | removed unnecessary declaration | Heinz Riener | 2017-03-03 | 1 | -1/+0 | |
| | | | ||||||
| | * | added missing ABC_NAMESPACE_HEADER | Heinz Riener | 2017-03-03 | 1 | -0/+4 | |
| | | | ||||||
| * | | only try scorr on small circuits | Yen-Sheng Ho | 2017-03-03 | 1 | -27/+31 | |
| | | | ||||||
| * | | added scorr to %pdra -u | Yen-Sheng Ho | 2017-03-02 | 1 | -1/+32 | |
| | | | ||||||
| * | | added experimental codes | Yen-Sheng Ho | 2017-03-02 | 1 | -0/+2 | |
| | | | ||||||
| * | | %pdra: added an option -u for checking comb. unsat | Yen-Sheng Ho | 2017-03-01 | 4 | -5/+41 | |
| | | | ||||||
| * | | %pdra: now checks if cex is real before refinement | Yen-Sheng Ho | 2017-03-01 | 1 | -0/+44 | |
| | | | ||||||
* | | | Merged alanmi/abc into default | Mathias Soeken | 2017-03-03 | 16 | -56/+1270 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Moving global declarations into 'abcapi.h' and moving it into 'main' package. | Alan Mishchenko | 2017-03-02 | 6 | -15/+199 | |
| | | | ||||||
| * | | Macro to prevent writing history file. | Alan Mishchenko | 2017-03-02 | 1 | -3/+5 | |
| | | | ||||||
| * | | Adding experimental command. | Alan Mishchenko | 2017-03-02 | 3 | -0/+105 | |
| | | | ||||||
| * | | Adding command 'glitch' for glitch simulation. | Alan Mishchenko | 2017-03-02 | 3 | -5/+159 | |
| |/ | ||||||
| * | Fixed a few compilcation issues with Windows compiler. | Alan Mishchenko | 2017-02-28 | 1 | -11/+12 | |
| | | ||||||
| * | small tweaks | Yen-Sheng Ho | 2017-02-28 | 1 | -1/+1 | |
| | | ||||||
| * | merge | Yen-Sheng Ho | 2017-02-28 | 1 | -4/+5 | |
| |\ | ||||||
| | * | Enabling LUT pairing. | Alan Mishchenko | 2017-02-27 | 1 | -4/+5 | |
| | | | ||||||
| * | | added an option -r to %pdra: proof-based refinement only | Yen-Sheng Ho | 2017-02-28 | 4 | -8/+21 | |
| | | | ||||||
| * | | improved profiling in %pdra | Yen-Sheng Ho | 2017-02-28 | 1 | -4/+26 | |
| | | | ||||||
| * | | added -L to %abs | Yen-Sheng Ho | 2017-02-28 | 2 | -2/+16 | |
| | | | ||||||
| * | | improved %pdra -L | Yen-Sheng Ho | 2017-02-27 | 1 | -0/+14 | |
| | | | ||||||
| * | | %pdra -L: now applies to all types | Yen-Sheng Ho | 2017-02-27 | 4 | -33/+105 | |
| | | | ||||||
| * | | small tweaks | Yen-Sheng Ho | 2017-02-27 | 1 | -6/+6 | |
| | | | ||||||
| * | | fixed a bug | Yen-Sheng Ho | 2017-02-26 | 1 | -2/+0 | |
| | | | ||||||
| * | | added an option -L to %pdra for limiting the number of muxes | Yen-Sheng Ho | 2017-02-26 | 4 | -3/+85 | |
| | | | ||||||
| * | | small tweaks | Yen-Sheng Ho | 2017-02-26 | 1 | -11/+58 | |
| | | | ||||||
| * | | improved %pdra -b | Yen-Sheng Ho | 2017-02-25 | 1 | -24/+43 | |
| | | | ||||||
| * | | added an option -b to %pdra | Yen-Sheng Ho | 2017-02-25 | 4 | -32/+237 | |
| | | | ||||||
| * | | imported proof-based codes from ufar | Yen-Sheng Ho | 2017-02-25 | 1 | -0/+78 | |
| | | | ||||||
| * | | imported proof-based codes from ufar | Yen-Sheng Ho | 2017-02-25 | 1 | -0/+72 | |
| | | | ||||||
| * | | imported proof-based codes from ufar | Yen-Sheng Ho | 2017-02-25 | 1 | -0/+88 | |
| |/ | ||||||
| * | mege | Yen-Sheng Ho | 2017-02-24 | 1 | -1/+3 | |
| |\ | ||||||
| | * | Small changes in the usage message for &gla. | Alan Mishchenko | 2017-02-23 | 1 | -1/+3 | |
| | | | ||||||
| * | | added %pdra -a: run with pdr -nct | Yen-Sheng Ho | 2017-02-23 | 4 | -2/+16 | |
| | | | ||||||
| * | | working on %pdra -m | Yen-Sheng Ho | 2017-02-22 | 1 | -3/+24 | |
| | | |