aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/extract_counter.cc
Commit message (Expand)AuthorAgeFilesLines
* Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-19/+19
* ID(\\.*) -> ID(.*)Eddie Hung2019-08-151-69/+69
* Transform all "\\*" identifiers into ID()Eddie Hung2019-08-151-69/+69
* Transform "$.*" to ID("$.*") in passes/techmapEddie Hung2019-08-151-7/+7
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
* Fixed bug where counter extraction on non-GreenPAK devices incorrectly handle...Andrew Zonenberg2017-09-141-32/+27
* Added support for inferring counters with reset to full scale instead of zeroAndrew Zonenberg2017-09-141-4/+11
* Added RESET_TO_MAX parameter to $__COUNT_ cell. Cannot yet be extracted.Andrew Zonenberg2017-09-141-0/+1
* Added support for inferring counters with active-low resetAndrew Zonenberg2017-09-141-6/+15
* Initial support for extraction of counters with clock enableAndrew Zonenberg2017-09-141-9/+66
* Fixed typo in comment. Fixed bug where extract_counter would create up counte...Andrew Zonenberg2017-09-141-2/+2
* extract_counter: Added optimizations to remove unused high-order bitsAndrew Zonenberg2017-08-301-16/+34
* extract_counter: Minor changes requested to comply with upstream policy, fixe...Andrew Zonenberg2017-08-301-3/+4
* Finished refactoring counter extraction to be nice and generic. Implemented t...Andrew Zonenberg2017-08-281-11/+25
* Refactored extract_counter to be generic vs GreenPAK specificAndrew Zonenberg2017-08-281-51/+87
* Refactoring: Renamed greenpak4_counters pass to extract_counter, moved it to ...Andrew Zonenberg2017-08-281-0/+513