summaryrefslogtreecommitdiffstats
path: root/src/base/wlc
Commit message (Expand)AuthorAgeFilesLines
* Supporting negative and reverse ranges of word-level variables in Wlc.Alan Mishchenko2016-04-046-106/+168
* Sorting multiplier inputs based on the number of constant bits.Alan Mishchenko2016-03-241-0/+21
* Typo in operator in Wlc_Ntk_t.Alan Mishchenko2016-03-181-1/+1
* Supporting bit-wise XNOR operator in Wlc_Ntk_t.Alan Mishchenko2016-03-185-3/+9
* Supporting complemented reduction operators.Alan Mishchenko2016-03-111-6/+7
* Supporting complemented reduction operators.Alan Mishchenko2016-03-105-11/+40
* Supporting ~^ as equality operator in Wlc.Alan Mishchenko2016-03-041-2/+3
* Improving bit-blasting of a multiplier and squarer.Alan Mishchenko2016-02-132-16/+46
* Adding support for a different bit-blasting of a multiplier and squarer.Alan Mishchenko2016-02-125-2/+97
* Added recursive bit-blasting of a carry-lookahead adder.Alan Mishchenko2016-02-061-0/+51
* Supporting X-valued constants in Wlc_Ntk_t.Alan Mishchenko2016-02-021-1/+1
* Supporting X-valued constants in Wlc_Ntk_t.Alan Mishchenko2016-02-021-6/+13
* Supporting X-valued constants in Wlc_Ntk_t.Alan Mishchenko2016-02-024-11/+26
* Changes to PDR to compute f-inf clauses and import invariant (or clauses) as ...Alan Mishchenko2016-01-144-47/+221
* Adding names to GIA inputs/outputs (addressing x-valued flops).Alan Mishchenko2015-12-221-1/+51
* Adding names to GIA inputs/outputs. Changing polarity of invariant generated...Alan Mishchenko2015-12-211-0/+34
* Corner-case bug in invariant profiling.Alan Mishchenko2015-12-181-0/+5
* Adding code to support gate profiles.Alan Mishchenko2015-12-141-1/+4
* Extending Verilog parser to handle 'default' in the case-statement.Alan Mishchenko2015-12-071-11/+27
* New command %psinv.Alan Mishchenko2015-11-232-0/+99
* Fix C++ compilation errorsBaruch Sterin2015-10-161-3/+2
* Adding support for black boxes in extended AIG.Alan Mishchenko2015-10-041-1/+1
* Improving bit-blasting of full-adder.Alan Mishchenko2015-09-231-5/+19
* Alternative way to bit-blast a divisor.Alan Mishchenko2015-08-291-4/+39
* Changes to be able to compile ABC without CUDD.Alan Mishchenko2015-08-241-0/+1
* Making ABC error out instead of crashing when non-standard range is given.Alan Mishchenko2015-08-031-3/+8
* Updates to Cba data-structure.Alan Mishchenko2015-07-231-0/+4
* Improving Wlc_Ntk_t data-structure by extending bit-ranges up to 4B enabling ...Alan Mishchenko2015-07-163-12/+113
* Verilog benchmark generation code.Alan Mishchenko2015-07-151-0/+84
* Improved bit-blasting of various operators in Wlc_Ntk_t; added SQRT operator ...Alan Mishchenko2015-07-145-54/+140
* Improved bit-blasting of adders and multipliers in Wlc_Ntk_t.Alan Mishchenko2015-07-131-3/+46
* C++ compiler typecast problem.Alan Mishchenko2015-07-082-3/+3
* Bug fixing in %blast when blasting MUX coming from always-statement.Alan Mishchenko2015-07-075-63/+92
* Bug fixing in %blast when blasting mod operator (handling zero divisor).Alan Mishchenko2015-07-076-9/+31
* Bug fix in SMT-LIB parser.Alan Mishchenko2015-06-301-1/+1
* Add warnings to %read about 3-arge ops and non-zero-based ranges.Alan Mishchenko2015-06-231-5/+15
* 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.Alan Mishchenko2015-06-046-4/+266
* Bug fix in %read_smt and prevent crash of &cec if there is no current AIG.Alan Mishchenko2015-04-271-4/+14
* 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-241-2/+2
* Scalable SOP manipulation package.Alan Mishchenko2015-03-181-0/+1
* Several bug fixes and silencing requests.Alan Mishchenko2015-03-161-3/+3
* Support for representing programmable cell configuration data.Alan Mishchenko2015-03-081-1/+1
* Bug fix WLC package (reusing name buffer, resulting in wrong print-outs).Alan Mishchenko2015-03-031-3/+2
* Improvements to the SMTLIB parser.Alan Mishchenko2015-02-282-533/+687
* Adding fflush() to make sure stdout responses appear on time.Alan Mishchenko2015-02-201-0/+2