index
:
iCE40/abc
yosys-experimental
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
base
/
wlc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Sorting multiplier inputs based on the number of constant bits.
Alan Mishchenko
2016-03-24
1
-0
/
+21
*
Typo in operator in Wlc_Ntk_t.
Alan Mishchenko
2016-03-18
1
-1
/
+1
*
Supporting bit-wise XNOR operator in Wlc_Ntk_t.
Alan Mishchenko
2016-03-18
5
-3
/
+9
*
Supporting complemented reduction operators.
Alan Mishchenko
2016-03-11
1
-6
/
+7
*
Supporting complemented reduction operators.
Alan Mishchenko
2016-03-10
5
-11
/
+40
*
Supporting ~^ as equality operator in Wlc.
Alan Mishchenko
2016-03-04
1
-2
/
+3
*
Improving bit-blasting of a multiplier and squarer.
Alan Mishchenko
2016-02-13
2
-16
/
+46
*
Adding support for a different bit-blasting of a multiplier and squarer.
Alan Mishchenko
2016-02-12
5
-2
/
+97
*
Added recursive bit-blasting of a carry-lookahead adder.
Alan Mishchenko
2016-02-06
1
-0
/
+51
*
Supporting X-valued constants in Wlc_Ntk_t.
Alan Mishchenko
2016-02-02
1
-1
/
+1
*
Supporting X-valued constants in Wlc_Ntk_t.
Alan Mishchenko
2016-02-02
1
-6
/
+13
*
Supporting X-valued constants in Wlc_Ntk_t.
Alan Mishchenko
2016-02-02
4
-11
/
+26
*
Changes to PDR to compute f-inf clauses and import invariant (or clauses) as ...
Alan Mishchenko
2016-01-14
4
-47
/
+221
*
Adding names to GIA inputs/outputs (addressing x-valued flops).
Alan Mishchenko
2015-12-22
1
-1
/
+51
*
Adding names to GIA inputs/outputs. Changing polarity of invariant generated...
Alan Mishchenko
2015-12-21
1
-0
/
+34
*
Corner-case bug in invariant profiling.
Alan Mishchenko
2015-12-18
1
-0
/
+5
*
Adding code to support gate profiles.
Alan Mishchenko
2015-12-14
1
-1
/
+4
*
Extending Verilog parser to handle 'default' in the case-statement.
Alan Mishchenko
2015-12-07
1
-11
/
+27
*
New command %psinv.
Alan Mishchenko
2015-11-23
2
-0
/
+99
*
Fix C++ compilation errors
Baruch Sterin
2015-10-16
1
-3
/
+2
*
Adding support for black boxes in extended AIG.
Alan Mishchenko
2015-10-04
1
-1
/
+1
*
Improving bit-blasting of full-adder.
Alan Mishchenko
2015-09-23
1
-5
/
+19
*
Alternative way to bit-blast a divisor.
Alan Mishchenko
2015-08-29
1
-4
/
+39
*
Changes to be able to compile ABC without CUDD.
Alan Mishchenko
2015-08-24
1
-0
/
+1
*
Making ABC error out instead of crashing when non-standard range is given.
Alan Mishchenko
2015-08-03
1
-3
/
+8
*
Updates to Cba data-structure.
Alan Mishchenko
2015-07-23
1
-0
/
+4
*
Improving Wlc_Ntk_t data-structure by extending bit-ranges up to 4B enabling ...
Alan Mishchenko
2015-07-16
3
-12
/
+113
*
Verilog benchmark generation code.
Alan Mishchenko
2015-07-15
1
-0
/
+84
*
Improved bit-blasting of various operators in Wlc_Ntk_t; added SQRT operator ...
Alan Mishchenko
2015-07-14
5
-54
/
+140
*
Improved bit-blasting of adders and multipliers in Wlc_Ntk_t.
Alan Mishchenko
2015-07-13
1
-3
/
+46
*
C++ compiler typecast problem.
Alan Mishchenko
2015-07-08
2
-3
/
+3
*
Bug fixing in %blast when blasting MUX coming from always-statement.
Alan Mishchenko
2015-07-07
5
-63
/
+92
*
Bug fixing in %blast when blasting mod operator (handling zero divisor).
Alan Mishchenko
2015-07-07
6
-9
/
+31
*
Bug fix in SMT-LIB parser.
Alan Mishchenko
2015-06-30
1
-1
/
+1
*
Add warnings to %read about 3-arge ops and non-zero-based ranges.
Alan Mishchenko
2015-06-23
1
-5
/
+15
*
Supporting 'distinct' keyword in SMT-LIB parser.
Alan Mishchenko
2015-06-20
1
-2
/
+2
*
Adding new debugging feature to Wlc_Ntk_t.
Alan Mishchenko
2015-06-19
3
-1
/
+57
*
Bug with in signed MUX.
Alan Mishchenko
2015-06-14
1
-8
/
+11
*
Bug with in signed MUX.
Alan Mishchenko
2015-06-12
1
-2
/
+4
*
Sequential word-level simulator for Wlc_Ntk_t.
Alan Mishchenko
2015-06-04
6
-4
/
+266
*
Bug fix in %read_smt and prevent crash of &cec if there is no current AIG.
Alan Mishchenko
2015-04-27
1
-4
/
+14
*
Fix inconsistency between operators and symbols in Wlc_Ntk_t.
Alan Mishchenko
2015-04-25
2
-37
/
+38
*
Suggested fixes to compile with 'gcc -x c++'.
Alan Mishchenko
2015-04-24
1
-2
/
+2
*
Scalable SOP manipulation package.
Alan Mishchenko
2015-03-18
1
-0
/
+1
*
Several bug fixes and silencing requests.
Alan Mishchenko
2015-03-16
1
-3
/
+3
*
Support for representing programmable cell configuration data.
Alan Mishchenko
2015-03-08
1
-1
/
+1
*
Bug fix WLC package (reusing name buffer, resulting in wrong print-outs).
Alan Mishchenko
2015-03-03
1
-3
/
+2
*
Improvements to the SMTLIB parser.
Alan Mishchenko
2015-02-28
2
-533
/
+687
*
Adding fflush() to make sure stdout responses appear on time.
Alan Mishchenko
2015-02-20
1
-0
/
+2
*
Modifications to read SMTLIB file from stdin.
Alan Mishchenko
2015-02-18
1
-1
/
+0
[prev]
[next]