summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abcExact.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged alanmi/abc into defaultMathias Soeken2016-08-011-1/+1
|\
| * Adding one argument to the delay-estimation API used for exact synthesis.Alan Mishchenko2016-07-311-1/+1
| |
* | Create and cleanup store, revert arrival times.Mathias Soeken2016-07-311-7/+54
| |
* | Create network from solution in store.Mathias Soeken2016-07-311-2/+104
| |
* | Store for exact results.Mathias Soeken2016-07-311-5/+150
| |
* | Depth optimal synthesis.Mathias Soeken2016-07-301-7/+18
| |
* | Implementation of Abc_ExactDelayCost.Mathias Soeken2016-07-301-2/+34
| |
* | Extract delay information into solution.Mathias Soeken2016-07-301-13/+59
| |
* | Extract solution into intermediate format.Mathias Soeken2016-07-301-173/+211
|/
* Infrastructure for using the results of exact SAT-based synthesis during ↵Alan Mishchenko2016-07-291-5/+7
| | | | mapping.
* Infrastructure for using the results of exact SAT-based synthesis during ↵Alan Mishchenko2016-07-291-0/+30
| | | | mapping.
* Several updates to exact synthesis.Mathias Soeken2016-07-281-62/+395
|
* Extending command 'exact' to handle delay constraints.Alan Mishchenko2016-07-231-35/+124
|
* Adding command 'exact' developed by Mathias Soeken to implement Knuth's ↵Alan Mishchenko2016-07-161-0/+589
exact synthesis algorithm.