Conversation
|
@MarcoVogt I took some of these commits and made them their own PR, especially since #230 already existed. Maybe rebase (or merge) before you continue coding to prevent ugly merge conflicts later |
|
Thanks! I will give this a review as soon as possible! There are currently no tests covering any of the |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #231 +/- ##
===========================================
- Coverage 31.48% 13.98% -17.51%
===========================================
Files 87 88 +1
Lines 6026 6123 +97
===========================================
- Hits 1897 856 -1041
- Misses 4129 5267 +1138 ☔ View full report in Codecov by Sentry. |
code, derived from the bdaq example to a new example.
…ut for tdc example
|
@MarcoVogt I am currently implementing this in a full-fledged FPGA firmware and wondering: why are the timestamps only 16bit. According to the readme, in all occurrences where they are written, they are padded with 9bits of 0s that one could use for more timestamp bits. This would help with correlating TDC words to pixel hit information. |
TDC implementation with sub-ns resolution based on tapped delay lines (TDL).