summaryrefslogtreecommitdiffstats
path: root/src/aig/gia
Commit message (Collapse)AuthorAgeFilesLines
* Experiments with SAT-based simulation.Alan Mishchenko2018-01-233-3/+122
|
* Fixed crash in &nf when there is no buffer gate.Alan Mishchenko2018-01-121-0/+5
|
* Corner-case bug fixed in CNF generation.Alan Mishchenko2017-12-281-0/+1
|
* Corner-case bug fixed in CNF generation.Alan Mishchenko2017-12-281-1/+6
|
* Experiments with AIG-based simulation.Alan Mishchenko2017-12-053-11/+244
|
* Portability changes for gcc-6 suggested by Clifford.Alan Mishchenko2017-12-021-6/+4
|
* Improvements to AIG-based quantification.Alan Mishchenko2017-11-265-247/+548
|
* C++ compatibility: fix incompatible parameter listBaruch Sterin2017-11-231-1/+1
|
* C++ compatibility: cast returned void*Baruch Sterin2017-11-231-2/+2
|
* Experimental CEX minimization code.Alan Mishchenko2017-11-231-0/+116
|
* Extracting CSAT interface and several cleanups.Alan Mishchenko2017-11-134-10/+26
|
* Changes to make GIA structural hashing use a dedicated array instead of ↵Alan Mishchenko2017-11-135-71/+75
| | | | pObj->Value.
* Improvements to quantification.Alan Mishchenko2017-11-133-0/+251
|
* Profiling quantification and other changes.Alan Mishchenko2017-11-062-0/+6
|
* Profiling quantification and other changes.Alan Mishchenko2017-11-064-1/+212
|
* Improvements to quantification.Alan Mishchenko2017-10-292-0/+80
|
* Small fix. Garanteeing pPars is not NULL before checking pPars->fSlacksBruno Schmitt2017-10-241-1/+1
|
* Adding API to dump MiniAIG into a Verilog file and other small changes.Alan Mishchenko2017-10-222-0/+55
|
* Integrating Glucose into &qbf.Alan Mishchenko2017-10-171-3/+3
|
* Integrating Glucose into &qbf.Alan Mishchenko2017-10-171-9/+32
|
* Improvements to SAT based SOP computation.Alan Mishchenko2017-10-062-0/+8
|
* Updates and bug fixes.Alan Mishchenko2017-10-041-1/+1
|
* Adding printout of slack distribution for mapped networks.Alan Mishchenko2017-10-022-0/+321
|
* Maintenance and updates.Alan Mishchenko2017-09-242-4/+10
|
* Maintenance and updates.Alan Mishchenko2017-09-202-1/+6
|
* Uncommenting handling of initial values of the flops.Alan Mishchenko2017-09-191-2/+2
|
* Adding support for Dimacs input to &satoko.Alan Mishchenko2017-09-161-21/+91
|
* Experiment with mapping.Alan Mishchenko2017-09-152-0/+56
|
* Several small changes.Alan Mishchenko2017-09-051-0/+3
|
* Useful AIG duplication procedure.Alan Mishchenko2017-09-051-0/+36
|
* Several changes to various packages.Alan Mishchenko2017-09-041-0/+21
|
* Corner-case sitution in truth-table computation.Alan Mishchenko2017-08-301-0/+2
|
* Fixing bronken C++ build; Satoko internal header, solver.h, should not be ↵Bruno Schmitt2017-08-292-6/+4
| | | | used in other packages
* Integrating Satoko into 'bmc' and 'bmc2'.Alan Mishchenko2017-08-161-1/+1
|
* Fixing non-scalability in CNF generation.Alan Mishchenko2017-08-131-1/+1
|
* Fixing non-scalability in CNF generation.Alan Mishchenko2017-08-131-1/+1
|
* Fixing non-scalability in CNF generation.Alan Mishchenko2017-08-131-1/+1
|
* Fixing non-scalability in CNF generation.Alan Mishchenko2017-08-131-1/+25
|
* Experiments with BMC.Alan Mishchenko2017-08-091-0/+1
|
* Transforming miter by swapping sides.Alan Mishchenko2017-07-231-0/+61
|
* Compiler warnings.Alan Mishchenko2017-07-228-11/+11
|
* Experiments with logic optimization.Alan Mishchenko2017-07-211-0/+54
|
* Commenting out things in GIA constant sweeping.Alan Mishchenko2017-07-141-3/+3
|
* Bug fix in MiniLUT APIs.Alan Mishchenko2017-07-121-1/+31
|
* Supporting CO attributes in GIA.Alan Mishchenko2017-07-123-1/+10
|
* Making MiniLUT work for more than 6 inputs.Alan Mishchenko2017-07-081-17/+38
|
* Adding new command line options for &verify and &synch2.Alan Mishchenko2017-07-062-2/+14
|
* Commenting out useless assertion.Alan Mishchenko2017-07-061-1/+1
|
* Merged in boschmitt/abc (pull request #77)Alan Mishchenko2017-07-041-1/+1
|\ | | | | | | Small fixes for C++ compilers
| * Small fixes for C++ compilersBruno Schmitt2017-07-041-1/+1
| |