| Commit message (Expand) | Author | Age | Files | Lines |
* | Add $bmux and $demux cells. | Marcelina Kościelnicka | 2022-01-28 | 1 | -15/+14 |
* | Add $aldff and $aldffe: flip-flops with async load. | Marcelina Kościelnicka | 2021-10-02 | 1 | -0/+11 |
* | Add v2 memory cells. | Marcelina Kościelnicka | 2021-08-11 | 1 | -0/+3 |
* | memory: Introduce $meminit_v2 cell, with EN input. | Marcelina Kościelnicka | 2021-07-28 | 1 | -0/+1 |
* | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 1 | -1/+1 |
* | celltypes: Fix EN port name for some FF types. | Marcelina Kościelnicka | 2020-07-20 | 1 | -4/+4 |
* | Add new builtin FF types | Marcelina Kościelnicka | 2020-06-23 | 1 | -0/+40 |
* | Add flooring division operator | Xiretza | 2020-05-28 | 1 | -1/+2 |
* | Add flooring modulo operator | Xiretza | 2020-05-28 | 1 | -1/+2 |
* | kernel: big fat patch to use more ID::*, otherwise ID(*) | Eddie Hung | 2020-04-02 | 1 | -103/+74 |
* | 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 |