Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | Use more ID::{A,B,Y,blackbox,whitebox} | Eddie Hung | 2019-08-15 | 1 | -1/+1 |
| | |||||
* | ID(\\.*) -> ID(.*) | Eddie Hung | 2019-08-15 | 1 | -1/+1 |
| | |||||
* | Transform all "\\*" identifiers into ID() | Eddie Hung | 2019-08-15 | 1 | -1/+1 |
| | |||||
* | Transform "$.*" to ID("$.*") in passes/techmap | Eddie Hung | 2019-08-15 | 1 | -2/+2 |
| | |||||
* | 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) | ||||
* | Squelch trailing whitespace | Larry Doolittle | 2017-04-12 | 1 | -1/+1 |
| | |||||
* | Added "nlutmap -assert" | Clifford Wolf | 2016-06-09 | 1 | -0/+14 |
| | |||||
* | Added "yosys -D" feature | Clifford Wolf | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Fixed handling of inverters (aka 1-input luts) in nlutmap | Clifford Wolf | 2016-03-23 | 1 | -2/+2 |
| | |||||
* | Added nlutmap | Clifford Wolf | 2015-09-18 | 1 | -0/+173 |