index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
techmap
/
extract_counter.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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