Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ice40: Use dfflegalize. | Marcelina KoĆcielnicka | 2020-07-05 | 1 | -179/+0 |
| | |||||
* | 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 | -15/+15 |
| | |||||
* | kernel: use more ID::* | Eddie Hung | 2020-04-02 | 1 | -3/+3 |
| | |||||
* | ice40: Demote conflicting FF init values to a warning | Niklas Nisbeth | 2019-12-31 | 1 | -2/+8 |
| | |||||
* | 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) | ||||
* | Minor fixes in ice40_ff* passes for sloppy SB_DFF instantiations | Clifford Wolf | 2016-07-08 | 1 | -12/+18 |
| | |||||
* | Improved ice40_ffinit error reporting | Clifford Wolf | 2016-06-30 | 1 | -1/+5 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Bugfix in ice40_ffinit | Clifford Wolf | 2015-12-22 | 1 | -2/+2 |
| | |||||
* | Improved ice40_ffinit | Clifford Wolf | 2015-12-22 | 1 | -1/+22 |
| | |||||
* | Added ice40_ffinit pass | Clifford Wolf | 2015-11-26 | 1 | -0/+142 |