summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Synthesis for mesh of LUTs.Alan Mishchenko2017-03-173-0/+521
|
* New word-level transformation.Alan Mishchenko2017-03-179-11/+355
|
* Small changes.Alan Mishchenko2017-03-162-20/+42
|
* Integration of new SAT sweeper.Alan Mishchenko2017-03-112-14/+44
|
* mergeYen-Sheng Ho2017-03-115-8/+375
|\
| * Improvements to ternary simulation.Alan Mishchenko2017-03-091-3/+3
| |
| * Improvements to ternary simulation.Alan Mishchenko2017-03-095-8/+375
| |
* | %pdra: added an option -i for weaker proof-based refinementYen-Sheng Ho2017-03-094-6/+24
| |
* | %pdra: added more statsYen-Sheng Ho2017-03-091-1/+6
| |
* | bug fixYen-Sheng Ho2017-03-091-1/+2
| |
* | %pdra, %abs: added option -d for apple-to-apple comparisonYen-Sheng Ho2017-03-094-8/+32
| |
* | %pdra: count the number of reused clausesYen-Sheng Ho2017-03-091-0/+10
|/
* Merged in msoeken/abc-exact (pull request #66)Alan Mishchenko2017-03-063-4/+42
|\ | | | | | | Fixes in exact synthesis and small fix in xsat and satoko.
| * Exact synthesis.Mathias Soeken2017-03-061-1/+1
| |
| * Fix wrong type cast.Mathias Soeken2017-03-062-2/+2
| |
| * Fix exact command for multiple-output functions.Mathias Soeken2017-03-061-1/+24
| |
| * Merged alanmi/abc into defaultMathias Soeken2017-03-0416-12/+3377
| |\
| * \ Merged alanmi/abc into defaultMathias Soeken2017-03-0332-100/+2404
| |\ \
| * \ \ Merged alanmi/abc into defaultMathias Soeken2017-02-22173-1947/+26070
| |\ \ \
| * \ \ \ Merged alanmi/abc into defaultMathias Soeken2016-12-0745-250/+7273
| |\ \ \ \
| * | | | | Exact synthesis.Mathias Soeken2016-11-021-1/+16
| | | | | |
* | | | | | Prevents Satoko from silently becoming inconsistentBruno Schmitt2017-03-062-8/+18
| |_|_|_|/ |/| | | |
* | | | | Clone of the main SAT solver to eneable independent work.Alan Mishchenko2017-03-032-0/+2
| | | | |
* | | | | Clone of the main SAT solver to eneable independent work.Alan Mishchenko2017-03-034-0/+3127
| | | | |
* | | | | mergeYen-Sheng Ho2017-03-0322-50/+1377
|\ \ \ \ \
| * | | | | removed unnecessary declarationHeinz Riener2017-03-031-1/+0
| | | | | |
| * | | | | changed int to unsigned / narrowing conversion errorHeinz Riener2017-03-033-3/+3
| | | | | |
| * | | | | added missing ABC_NAMESPACE_HEADERHeinz Riener2017-03-031-0/+4
| | | | | |
| * | | | | stringizing macro argumentHeinz Riener2017-03-031-2/+2
| | |_|_|/ | |/| | |
| * | | | Moving global declarations into 'abcapi.h' and moving it into 'main' package.Alan Mishchenko2017-03-026-17/+117
| | | | |
| * | | | Macro to prevent writing history file.Alan Mishchenko2017-03-021-3/+5
| | | | |
| * | | | Adding experimental command.Alan Mishchenko2017-03-023-0/+105
| | | | |
| * | | | Adding command 'glitch' for glitch simulation.Alan Mishchenko2017-03-024-15/+168
| | | | |
| * | | | Network interface exploration.Alan Mishchenko2017-03-021-0/+614
| | | | |
| * | | | Adding alternative generalization procedure.Alan Mishchenko2017-03-023-21/+132
| | | | |
| * | | | Adding efficient procedure to minimize the set of assumptions (improved ↵Alan Mishchenko2017-03-021-1/+8
| | | | | | | | | | | | | | | | | | | | literal reordering).
| * | | | Adding alternative generalization procedure.Alan Mishchenko2017-03-011-0/+1
| | | | |
| * | | | Adding alternative generalization procedure.Alan Mishchenko2017-03-012-7/+159
| | | | |
| * | | | Adding efficient procedure to minimize the set of assumptions.Alan Mishchenko2017-03-013-0/+79
| | | | |
* | | | | only try scorr on small circuitsYen-Sheng Ho2017-03-031-27/+31
| | | | |
* | | | | added scorr to %pdra -uYen-Sheng Ho2017-03-021-1/+32
| | | | |
* | | | | added experimental codesYen-Sheng Ho2017-03-022-2/+107
| | | | |
* | | | | %pdra: added an option -u for checking comb. unsatYen-Sheng Ho2017-03-015-5/+54
| | | | |
* | | | | %pdra: now checks if cex is real before refinementYen-Sheng Ho2017-03-011-0/+44
|/ / / /
* | | | Fixed a few compilcation issues with Windows compiler.Alan Mishchenko2017-02-281-11/+12
| | | |
* | | | small tweaksYen-Sheng Ho2017-02-281-1/+1
| | | |
* | | | mergeYen-Sheng Ho2017-02-2810-26/+197
|\ \ \ \
| * | | | Adding an procedure to write DIMACS.Bruno Schmitt2017-02-285-3/+74
| | | | | | | | | | | | | | | | | | | | Fixing small bugs.
| * | | | Enabling LUT pairing.Alan Mishchenko2017-02-271-4/+5
| | | | |
| * | | | Adding dump of trivial abstraction map at the beginning in &gla -m.Alan Mishchenko2017-02-251-15/+25
| | | | |