Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -1/+1 |
| | |||||
* | Fix floating point exception in qwp, fixes #923 | Clifford Wolf | 2019-05-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | 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) | ||||
* | Add support for "yosys -E" | Clifford Wolf | 2018-01-07 | 1 | -0/+1 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Added "qwp -v" | Clifford Wolf | 2016-04-28 | 1 | -0/+30 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Import more std:: stuff into Yosys namespace | Clifford Wolf | 2015-10-25 | 1 | -10/+10 |
| | |||||
* | Some cleanups in qwp | Clifford Wolf | 2015-09-26 | 1 | -7/+16 |
| | |||||
* | Added pivoting to qwp solver | Clifford Wolf | 2015-09-24 | 1 | -14/+43 |
| | |||||
* | Improved qwp performance | Clifford Wolf | 2015-09-24 | 1 | -49/+25 |
| | |||||
* | Added statistics summary to "qwp" | Clifford Wolf | 2015-09-24 | 1 | -0/+77 |
| | |||||
* | Bugfix in "qwp" pass | Clifford Wolf | 2015-09-21 | 1 | -6/+31 |
| | |||||
* | Improvements and fixes in "qwp" pass | Clifford Wolf | 2015-09-21 | 1 | -29/+74 |
| | |||||
* | Added "qwp -dump" | Clifford Wolf | 2015-09-20 | 1 | -21/+115 |
| | |||||
* | Added "qwp" command | Clifford Wolf | 2015-09-20 | 1 | -0/+585 |