Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove now-redundant dff2dffe pass. | Marcelina KoĆcielnicka | 2020-08-07 | 1 | -414/+0 |
| | |||||
* | Update dff2dffe, dff2dffs, zinit to new FF types. | Marcelina KoĆcielnicka | 2020-06-23 | 1 | -20/+20 |
| | |||||
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | kernel: big fat patch to use more ID::*, otherwise ID(*) | Eddie Hung | 2020-04-02 | 1 | -20/+20 |
| | |||||
* | Fix typo | Eddie Hung | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | Use more ID::{A,B,Y,blackbox,whitebox} | Eddie Hung | 2019-08-15 | 1 | -9/+9 |
| | |||||
* | ID(\\.*) -> ID(.*) | Eddie Hung | 2019-08-15 | 1 | -29/+29 |
| | |||||
* | Transform all "\\*" identifiers into ID() | Eddie Hung | 2019-08-15 | 1 | -29/+29 |
| | |||||
* | Transform "$.*" to ID("$.*") in passes/techmap | Eddie Hung | 2019-08-15 | 1 | -24/+24 |
| | |||||
* | substr() -> compare() | Eddie Hung | 2019-08-07 | 1 | -3/+3 |
| | |||||
* | RTLIL::S{0,1} -> State::S{0,1} | Eddie Hung | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | stoi -> atoi | Eddie Hung | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | Make liberal use of IdString.in() | Eddie Hung | 2019-08-06 | 1 | -2/+2 |
| | |||||
* | 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 |