summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Temp change in the AIG reader and minor tuning.Alan Mishchenko2015-07-083-1/+8
|
* Bug fix in programmable cell parser and minor tuning.Alan Mishchenko2015-07-082-2/+4
|
* C++ compiler typecast problem.Alan Mishchenko2015-07-0820-46/+46
|
* C++ compiler typecast problem.Alan Mishchenko2015-07-081-1/+1
|
* C++ compiler typecast problem.Alan Mishchenko2015-07-081-1/+1
|
* Bug fixing in %blast when blasting MUX coming from always-statement.Alan Mishchenko2015-07-076-63/+93
|
* Bug fixing in %blast when blasting mod operator (handling zero divisor).Alan Mishchenko2015-07-077-11/+33
|
* Adding new Python API 'co_supp'.Alan Mishchenko2015-07-071-0/+1
|
* Adding new Python API 'co_supp'.Alan Mishchenko2015-07-063-0/+78
|
* Add fix to Liberty parser to skip extra semicolon.Alan Mishchenko2015-07-061-0/+5
|
* Bug fix in SMT-LIB parser.Alan Mishchenko2015-06-301-1/+1
|
* Fixing assertion failure in Abc_NtkBddToSop.Alan Mishchenko2015-06-291-0/+4
|
* Making sure the CI/CO are not ordered by 'fraig_restore'.Alan Mishchenko2015-06-294-25/+120
|
* Undo recent assert.Alan Mishchenko2015-06-271-2/+2
|
* Potential performance bug in the mapper.Alan Mishchenko2015-06-271-1/+1
|
* Adding resource limits to 'fraig_restore'.Alan Mishchenko2015-06-273-15/+48
|
* Compiler warnings.Alan Mishchenko2015-06-242-1/+1
|
* New command &genqbf to dump the QBF miter for ind inv computation.Alan Mishchenko2015-06-233-2/+241
|
* Add warnings to %read about 3-arge ops and non-zero-based ranges.Alan Mishchenko2015-06-231-5/+15
|
* Supporting AND-gate cuts in 'if' and '&if'Alan Mishchenko2015-06-214-11/+80
|
* Supporting 'distinct' keyword in SMT-LIB parser.Alan Mishchenko2015-06-201-2/+2
|
* Adding new debugging feature to Wlc_Ntk_t.Alan Mishchenko2015-06-193-1/+57
|
* Bug with in signed MUX.Alan Mishchenko2015-06-141-8/+11
|
* Bug with in signed MUX.Alan Mishchenko2015-06-121-2/+4
|
* Sequential word-level simulator for Wlc_Ntk_t (bug fix).Alan Mishchenko2015-06-051-0/+2
|
* Sequential word-level simulator for Wlc_Ntk_t.Alan Mishchenko2015-06-049-4/+301
|
* Merging two threads.Alan Mishchenko2015-05-252-0/+9
|\
| * Copying prog cell data.Alan Mishchenko2015-05-211-0/+5
| |
| * Bug fix in QBF solver.Alan Mishchenko2015-05-041-0/+4
| |
* | Changing the way extension 'b' is written.Alan Mishchenko2015-05-251-3/+7
| |
* | Bug fix in 'dsd_tune' when processing cells with 0-input LUTs.Alan Mishchenko2015-05-151-2/+7
| |
* | Making sure 0-input LUTs are supported by the DSD matching code.Alan Mishchenko2015-05-143-7/+7
| |
* | Procedure for extending care CEX to all objects.Alan Mishchenko2015-05-142-0/+55
|/
* Correcting assert in converting standard cell mapping from GIA into ABC.Alan Mishchenko2015-04-271-1/+1
|
* Bug fix in %read_smt and prevent crash of &cec if there is no current AIG.Alan Mishchenko2015-04-272-4/+19
|
* Improving the criteria to select representative gates in 'map' with ↵Alan Mishchenko2015-04-251-47/+60
| | | | floating-point-delay libraries having more than one gate in some functionality classes.
* Fix inconsistency between operators and symbols in Wlc_Ntk_t.Alan Mishchenko2015-04-252-37/+38
|
* Suggested fixes to compile with 'gcc -x c++'.Alan Mishchenko2015-04-247-8/+10
|
* Adding switch 'map -f' to not use large gates for high-fanout nodes ↵Alan Mishchenko2015-04-246-8/+18
| | | | (disabled by default).
* Bug fix in 'print_supp' (induced bugs in 'bm' and 'bm2').Alan Mishchenko2015-04-241-7/+7
|
* Adding platform-independent (alphabetic) way of sorting Genlib gates and ↵Alan Mishchenko2015-04-172-20/+56
| | | | selecting representatives based on area/delay.
* Adding support for dumping faults not detected by a given test-set in ↵Alan Mishchenko2015-04-173-24/+117
| | | | &fftest (switch -n).
* Bug fix in &satfx.Alan Mishchenko2015-04-171-2/+2
|
* Adding support for cardinality constraints in &fftest (switches -K and -k).Alan Mishchenko2015-04-163-6/+84
|
* Commenting out useless assertion in choice computation.Alan Mishchenko2015-04-151-1/+1
|
* Adding switch &fftest -e to dump delay-tests in a special format.Alan Mishchenko2015-04-151-1/+2
|
* Adding switch &fftest -e to dump delay-tests in a special format.Alan Mishchenko2015-04-143-4/+81
|
* Adding APIs to retrieve NOR/OR gates from the library.Alan Mishchenko2015-04-144-4/+15
|
* Making BDD computation more robust by using dynamic resource limit.Alan Mishchenko2015-04-111-2/+5
|
* Procedure to dump ZDD representing a set of cubes into a PLA file.Alan Mishchenko2015-04-102-0/+40
|