| Commit message (Expand) | Author | Age | Files | Lines |
* | Use more ID::{A,B,Y,blackbox,whitebox} | Eddie Hung | 2019-08-15 | 1 | -5/+5 |
* | Use ID() in kernel/*, add simple ID:: hack (to be improved upon later) | Clifford Wolf | 2019-08-11 | 1 | -122/+122 |
* | Merge pull request #1258 from YosysHQ/eddie/cleanup | Clifford Wolf | 2019-08-10 | 1 | -6/+6 |
|\ |
|
| * | RTLIL::S{0,1} -> State::S{0,1} for headers | Eddie Hung | 2019-08-07 | 1 | -6/+6 |
* | | Automatically prune init attributes in verific front-end, fixes #1237 | Clifford Wolf | 2019-08-07 | 1 | -5/+14 |
|/ |
|
* | Add $_NMUX_, add "abc -g cmos", add proper cmos cell costs | Clifford Wolf | 2019-08-06 | 1 | -0/+1 |
* | Rename satgen_algo.h -> algo.h, code cleanup and refactoring | Bogdan Vukobratovic | 2019-06-12 | 1 | -5/+4 |
* | Add $specrule cells for $setup/$hold/$skew specify rules | Clifford Wolf | 2019-04-23 | 1 | -0/+2 |
* | Add CellTypes support for $specify2 and $specify3 | Clifford Wolf | 2019-04-23 | 1 | -0/+3 |
* | Fixes for OAI4 cell implementation | David Shah | 2019-04-23 | 1 | -1/+1 |
* | Add fmcombine pass | Clifford Wolf | 2019-03-15 | 1 | -15/+30 |
* | Improve ConstEval error handling for non-eval cell types | Clifford Wolf | 2018-11-29 | 1 | -7/+12 |
* | Fix IdString M in setup_stdcells() | Adrian Wheeldon | 2018-10-04 | 1 | -1/+1 |
* | Add $allconst and $allseq cell types | Clifford Wolf | 2018-02-23 | 1 | -0/+2 |
* | Use quote includes for yosys.h | Kevin Kiningham | 2017-12-13 | 1 | -1/+1 |
* | Add consteval support for $_ANDNOT_ and $_ORNOT_ | Clifford Wolf | 2017-08-22 | 1 | -0/+4 |
* | Add $_ANDNOT_ and $_ORNOT_ gates | Clifford Wolf | 2017-05-17 | 1 | -0/+2 |
* | Add $live and $fair cell types, add support for s_eventually keyword | Clifford Wolf | 2017-02-25 | 1 | -0/+2 |
* | Fix eval implementation of $_NOR_ | Clifford Wolf | 2017-02-16 | 1 | -1/+1 |
* | Add $cover cell type and SVA cover() support | Clifford Wolf | 2017-02-04 | 1 | -0/+1 |
* | Added $anyseq cell type | Clifford Wolf | 2016-10-14 | 1 | -0/+1 |
* | Added $ff and $_FF_ cell types | Clifford Wolf | 2016-10-12 | 1 | -0/+3 |
* | Removed $aconst cell type | Clifford Wolf | 2016-08-30 | 1 | -1/+0 |
* | Removed $predict again | Clifford Wolf | 2016-08-28 | 1 | -1/+0 |
* | Added $anyconst and $aconst | Clifford Wolf | 2016-07-27 | 1 | -0/+2 |
* | Added $initstate cell type and vlog function | Clifford Wolf | 2016-07-21 | 1 | -0/+1 |
* | After reading the SV spec, using non-standard predict() instead of expect() | Clifford Wolf | 2016-07-21 | 1 | -1/+1 |
* | Added basic support for $expect cells | Clifford Wolf | 2016-07-13 | 1 | -0/+1 |
* | Improved support for $sop cells | Clifford Wolf | 2016-06-17 | 1 | -3/+15 |
* | Added $sop cell type and "abc -sop" | Clifford Wolf | 2016-06-17 | 1 | -1/+27 |
* | Added read-enable to memory model | Clifford Wolf | 2015-09-25 | 1 | -3/+3 |
* | Added $tribuf and $_TBUF_ cell types | Clifford Wolf | 2015-08-16 | 1 | -0/+3 |
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -2/+2 |
* | Added $_MUX4_, $_MUX8_, and $_MUX16_ cell types | Clifford Wolf | 2015-04-05 | 1 | -2/+10 |
* | Added $assume cell type | Clifford Wolf | 2015-02-26 | 1 | -0/+1 |
* | Added $meminit cell type | Clifford Wolf | 2015-02-14 | 1 | -0/+1 |
* | Added $equiv cell type | Clifford Wolf | 2015-01-19 | 1 | -0/+1 |
* | Added global yosys_celltypes | Clifford Wolf | 2014-12-29 | 1 | -40/+57 |
* | Changed more code to dict<> and pool<> | Clifford Wolf | 2014-12-28 | 1 | -6/+6 |
* | Added functionality to dff2dffe pass | Clifford Wolf | 2014-12-08 | 1 | -0/+1 |
* | Added $_DFFE_??_ cell types | Clifford Wolf | 2014-12-08 | 1 | -0/+4 |
* | Renamed SIZE() to GetSize() because of name collision on Win32 | Clifford Wolf | 2014-10-10 | 1 | -6/+6 |
* | Added $_BUF_ cell type | Clifford Wolf | 2014-10-03 | 1 | -0/+3 |
* | Added $lcu cell type | Clifford Wolf | 2014-09-08 | 1 | -0/+1 |
* | Added "$fa" cell type | Clifford Wolf | 2014-09-08 | 1 | -0/+1 |
* | Added $macc cell type | Clifford Wolf | 2014-09-06 | 1 | -6/+5 |
* | Removed $bu0 cell type | Clifford Wolf | 2014-09-04 | 1 | -3/+2 |
* | Added eval model for $lut cells | Clifford Wolf | 2014-08-31 | 1 | -0/+26 |
* | Added $alu cell type | Clifford Wolf | 2014-08-30 | 1 | -0/+2 |
* | Added emscripten (emcc) support to build system and some build fixes | Clifford Wolf | 2014-08-22 | 1 | -2/+2 |