summaryrefslogtreecommitdiffstats
path: root/src/base/wlc
Commit message (Expand)AuthorAgeFilesLines
* Adding output range support to %blast.Alan Mishchenko2016-07-185-8/+40
* Several corner-case bugs in %read, &cec, and st.Alan Mishchenko2016-07-161-1/+1
* Bug-fix in SMT-LIB parser (incorrect handling of arithmetic right-shift).Alan Mishchenko2016-07-122-8/+18
* Bit-blasting Booth multipliers.Alan Mishchenko2016-07-041-4/+79
* Bug fix in blasting shifters with large bit-width.Alan Mishchenko2016-06-291-1/+1
* Bug fix in blasting shifters with large bit-width.Alan Mishchenko2016-06-291-9/+15
* Bug fix in blasting shifters with large bit-width.Alan Mishchenko2016-06-281-2/+2
* Support bit-blasting of shifts with more than 32 bits (fix).Alan Mishchenko2016-06-081-2/+2
* Support bit-blasting of shifts with more than 32 bits.Alan Mishchenko2016-06-071-6/+30
* Changes to Wlc to accommodate signed signals in SMT-LIB.Alan Mishchenko2016-06-072-7/+9
* New profiling features for word-level optimizations.Alan Mishchenko2016-06-045-43/+90
* Small changes for today's experiments.Alan Mishchenko2016-06-031-0/+19
* Improving SMT-LIB parser.Alan Mishchenko2016-05-231-1/+1
* Improving SMT-LIB parser.Alan Mishchenko2016-05-236-27/+38
* Improving SMT-LIB parser.Alan Mishchenko2016-05-218-107/+164
* Improving SMT-LIB parser.Alan Mishchenko2016-05-206-83/+88
* Enabling AIGs without structural hashing.Alan Mishchenko2016-05-201-6/+9
* Enabling AIGs without structural hashing.Alan Mishchenko2016-05-205-9/+16
* Added switch 'bmc3 -r' to disable periodic restarts in the SAT solver.Alan Mishchenko2016-05-191-3/+3
* Improving SMT-LIB parser.Alan Mishchenko2016-05-191-0/+370
* Experiments with generating sat assignments.Alan Mishchenko2016-05-151-4/+0
* Experiments with generating sat assignments.Alan Mishchenko2016-05-151-0/+142
* Experiments with CEC for arithmetic circuits.Alan Mishchenko2016-05-074-0/+8
* Adding option to rehash AIG after mapping.Alan Mishchenko2016-04-271-1/+1
* Bug fix in bit-blasting of remainder.Alan Mishchenko2016-04-261-1/+1
* Bug fix: change in the ordering of the reset flop (should be last, not first).Alan Mishchenko2016-04-131-2/+2
* 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