Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo | Clifford Wolf | 2018-12-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | dff2dffe: Add option for unmap to only remove DFFE with low CE signal use | Sylvain Munaut | 2018-11-27 | 1 | -1/+36 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -2/+2 |
| | | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established) | ||||
* | ecp5: Adding synchronous set/reset support | David Shah | 2018-07-14 | 1 | -2/+12 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Spell check (by Larry Doolittle) | Clifford Wolf | 2015-08-14 | 1 | -1/+1 |
| | |||||
* | Fixed trailing whitespaces | Clifford Wolf | 2015-07-02 | 1 | -3/+3 |
| | |||||
* | Bugfix for $_DFF_?_ in "dff2dffe -direct-match" | Clifford Wolf | 2015-04-17 | 1 | -2/+2 |
| | |||||
* | Fixed "dff2dffe -direct-match" | Clifford Wolf | 2015-04-16 | 1 | -12/+23 |
| | |||||
* | Added "dff2dffe -direct-match" | Clifford Wolf | 2015-04-16 | 1 | -14/+35 |
| | |||||
* | Added "dffinit", Support for initialized Xilinx DFF | Clifford Wolf | 2015-04-04 | 1 | -1/+1 |
| | |||||
* | Bugfix in dff2dffe | Clifford Wolf | 2015-01-16 | 1 | -1/+1 |
| | |||||
* | Added "dff2dffe -direct" for direct gate mapping | Clifford Wolf | 2014-12-24 | 1 | -5/+37 |
| | |||||
* | Added "dff2dffe -unmap" | Clifford Wolf | 2014-12-24 | 1 | -6/+42 |
| | |||||
* | Added support for gate-level cells in dff2dffe | Clifford Wolf | 2014-12-24 | 1 | -9/+38 |
| | |||||
* | Added functionality to dff2dffe pass | Clifford Wolf | 2014-12-08 | 1 | -2/+167 |
| | |||||
* | Added skeleton dff2dffe pass | Clifford Wolf | 2014-12-08 | 1 | -0/+75 |