aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap/extract_counter.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
* msvc does not support designated initializers in structsAnonymous Maarten2020-06-171-5/+5
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-47/+47
* extract_counter: Implement extracting up countersR. Ou2020-02-171-65/+247
* extract_counter: Add support for inverted clock enableR. Ou2020-02-171-8/+28
* extract_counter: Fix clock enableR. Ou2020-02-171-1/+3
* extract_counter: Fix outputting count to module portR. Ou2020-02-171-8/+20
* extract_counter: Allow forbidding async resetR. Ou2020-02-171-2/+17
* extract_counter: Refactor out extraction settings into structR. Ou2020-02-171-17/+43
* 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