| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 1 | -1/+1 |
* | Use C++11 final/override keywords. | whitequark | 2020-06-18 | 1 | -2/+2 |
* | msvc does not support designated initializers in structs | Anonymous Maarten | 2020-06-17 | 1 | -5/+5 |
* | kernel: big fat patch to use more ID::*, otherwise ID(*) | Eddie Hung | 2020-04-02 | 1 | -47/+47 |
* | extract_counter: Implement extracting up counters | R. Ou | 2020-02-17 | 1 | -65/+247 |
* | extract_counter: Add support for inverted clock enable | R. Ou | 2020-02-17 | 1 | -8/+28 |
* | extract_counter: Fix clock enable | R. Ou | 2020-02-17 | 1 | -1/+3 |
* | extract_counter: Fix outputting count to module port | R. Ou | 2020-02-17 | 1 | -8/+20 |
* | extract_counter: Allow forbidding async reset | R. Ou | 2020-02-17 | 1 | -2/+17 |
* | extract_counter: Refactor out extraction settings into struct | R. Ou | 2020-02-17 | 1 | -17/+43 |
* | Use more ID::{A,B,Y,blackbox,whitebox} | Eddie Hung | 2019-08-15 | 1 | -19/+19 |
* | ID(\\.*) -> ID(.*) | Eddie Hung | 2019-08-15 | 1 | -69/+69 |
* | Transform all "\\*" identifiers into ID() | Eddie Hung | 2019-08-15 | 1 | -69/+69 |
* | Transform "$.*" to ID("$.*") in passes/techmap | Eddie Hung | 2019-08-15 | 1 | -7/+7 |
* | Consistent use of 'override' for virtual methods in derived classes. | Henner Zeller | 2018-07-20 | 1 | -2/+2 |
* | Fixed bug where counter extraction on non-GreenPAK devices incorrectly handle... | Andrew Zonenberg | 2017-09-14 | 1 | -32/+27 |
* | Added support for inferring counters with reset to full scale instead of zero | Andrew Zonenberg | 2017-09-14 | 1 | -4/+11 |
* | Added RESET_TO_MAX parameter to $__COUNT_ cell. Cannot yet be extracted. | Andrew Zonenberg | 2017-09-14 | 1 | -0/+1 |
* | Added support for inferring counters with active-low reset | Andrew Zonenberg | 2017-09-14 | 1 | -6/+15 |
* | Initial support for extraction of counters with clock enable | Andrew Zonenberg | 2017-09-14 | 1 | -9/+66 |
* | Fixed typo in comment. Fixed bug where extract_counter would create up counte... | Andrew Zonenberg | 2017-09-14 | 1 | -2/+2 |
* | extract_counter: Added optimizations to remove unused high-order bits | Andrew Zonenberg | 2017-08-30 | 1 | -16/+34 |
* | extract_counter: Minor changes requested to comply with upstream policy, fixe... | Andrew Zonenberg | 2017-08-30 | 1 | -3/+4 |
* | Finished refactoring counter extraction to be nice and generic. Implemented t... | Andrew Zonenberg | 2017-08-28 | 1 | -11/+25 |
* | Refactored extract_counter to be generic vs GreenPAK specific | Andrew Zonenberg | 2017-08-28 | 1 | -51/+87 |
* | Refactoring: Renamed greenpak4_counters pass to extract_counter, moved it to ... | Andrew Zonenberg | 2017-08-28 | 1 | -0/+513 |