| Commit message (Expand) | Author | Age | Files | Lines |
* | sat encoding for exclusive $pmux ctrl inputs in "share" pass | Clifford Wolf | 2014-10-03 | 1 | -4/+16 |
* | added resource sharing of $macc cells | Clifford Wolf | 2014-10-03 | 1 | -3/+261 |
* | Added $_BUF_ cell type | Clifford Wolf | 2014-10-03 | 2 | -5/+9 |
* | remove buffers in opt_clean | Clifford Wolf | 2014-10-03 | 1 | -0/+13 |
* | resource sharing of $alu cells | Clifford Wolf | 2014-10-03 | 1 | -3/+21 |
* | set "keep" on modules with $assert cells in "hierarchy" | Clifford Wolf | 2014-09-30 | 1 | -0/+30 |
* | Added support for "keep" on modules | Clifford Wolf | 2014-09-29 | 2 | -2/+2 |
* | namespace Yosys | Clifford Wolf | 2014-09-27 | 74 | -475/+753 |
* | Re-enabled assert for new logic loops in "share" pass | Clifford Wolf | 2014-09-21 | 1 | -4/+1 |
* | Various improvements regarding logic loops in "share" results | Clifford Wolf | 2014-09-21 | 1 | -37/+108 |
* | Logic loop bugfix for "share" pass | Clifford Wolf | 2014-09-21 | 1 | -3/+7 |
* | Added "share -limit" | Clifford Wolf | 2014-09-21 | 1 | -1/+13 |
* | Still loop bug in "share": changed assert to warning | Clifford Wolf | 2014-09-21 | 1 | -13/+25 |
* | Do not introduce new logic loops in "share" | Clifford Wolf | 2014-09-21 | 1 | -6/+47 |
* | Assert on new logic loops in "share" pass | Clifford Wolf | 2014-09-21 | 1 | -0/+48 |
* | Added "test_abcloop" command | Clifford Wolf | 2014-09-19 | 2 | -0/+286 |
* | Small improvements in "abc" command handle_loops() function | Clifford Wolf | 2014-09-19 | 1 | -6/+9 |
* | Using "NOT" instead of "INV" as cell name in default abc genlib file | Clifford Wolf | 2014-09-19 | 1 | -2/+2 |
* | Alphabetically sort port names in "show" output | Clifford Wolf | 2014-09-19 | 1 | -0/+3 |
* | Do not run "scorr" in "abc -fast" | Clifford Wolf | 2014-09-18 | 1 | -4/+4 |
* | Added "abc -fast" | Clifford Wolf | 2014-09-18 | 1 | -6/+31 |
* | Fixed $_NOR vs. $_NOR_ typo in abc.cc | Clifford Wolf | 2014-09-16 | 1 | -1/+1 |
* | Fixed $memwr/$memrd order in memory_dff | Clifford Wolf | 2014-09-16 | 1 | -4/+6 |
* | More aggressive $macc merging in alumacc | Clifford Wolf | 2014-09-15 | 1 | -1/+37 |
* | Added the obvious optimizations to alumacc $macc generator | Clifford Wolf | 2014-09-15 | 1 | -0/+1 |
* | Improved maccmap tree bit packing | Clifford Wolf | 2014-09-15 | 1 | -16/+50 |
* | Fixed wreduce $shiftx handling | Clifford Wolf | 2014-09-15 | 1 | -1/+1 |
* | Fixed techmap_wrap for techmap_celltype | Clifford Wolf | 2014-09-14 | 1 | -9/+16 |
* | Various fixes/cleanups in alumacc and maccmap | Clifford Wolf | 2014-09-14 | 2 | -2/+11 |
* | Added techmap_wrap attribute | Clifford Wolf | 2014-09-14 | 1 | -5/+28 |
* | alumacc fix for $pos cells | Clifford Wolf | 2014-09-14 | 1 | -13/+24 |
* | Extract $alu cells in alumacc | Clifford Wolf | 2014-09-14 | 1 | -1/+296 |
* | Merge $macc cells in alumacc pass | Clifford Wolf | 2014-09-14 | 1 | -1/+59 |
* | Basic $macc extract in alumacc | Clifford Wolf | 2014-09-14 | 1 | -4/+104 |
* | alumacc skeleton | Clifford Wolf | 2014-09-14 | 2 | -0/+64 |
* | Cleanup in wreduce | Clifford Wolf | 2014-09-14 | 1 | -11/+8 |
* | Added $lcu cell type | Clifford Wolf | 2014-09-08 | 1 | -1/+26 |
* | Added "$fa" cell type | Clifford Wolf | 2014-09-08 | 2 | -6/+47 |
* | Trim msb/lsb zero bits from full adder in maccmap | Clifford Wolf | 2014-09-08 | 1 | -5/+27 |
* | Added "test_cell -const" | Clifford Wolf | 2014-09-08 | 1 | -2/+45 |
* | Added 'techmap_maccmap' techmap attribute | Clifford Wolf | 2014-09-07 | 1 | -19/+53 |
* | Added "maccmap" command | Clifford Wolf | 2014-09-07 | 2 | -0/+319 |
* | Added "test_cell -nosat" | Clifford Wolf | 2014-09-07 | 1 | -59/+73 |
* | Various bug fixes (related to $macc model testing) | Clifford Wolf | 2014-09-06 | 1 | -1/+1 |
* | Added $macc SAT model | Clifford Wolf | 2014-09-06 | 1 | -5/+6 |
* | Added $macc cell type | Clifford Wolf | 2014-09-06 | 1 | -2/+53 |
* | Merge branch 'master' of github.com:cliffordwolf/yosys | Clifford Wolf | 2014-09-06 | 9 | -15/+15 |
|\ |
|
| * | Corrected spelling mistakes found by lintian | Ruben Undheim | 2014-09-06 | 9 | -15/+15 |
* | | Added "test_cell -script" | Clifford Wolf | 2014-09-06 | 1 | -1/+8 |
|/ |
|
* | Fixed "opt_const -fine" for $pos cells | Clifford Wolf | 2014-09-04 | 1 | -9/+4 |