add details about RTIO PHY #26
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feedback from Joe Britton:
3a6ed63
added minimum time separation for registering 2 adjacent gated edges.The default size of input event FIFO is also addressed.
The number of timestamps that can be acquired before trigger overflow really depends on the way that the application code is written. If there is a large time gap between the first
timestamp_mu()
call and receiving the 65th edge, then RTIO overflow is going to be triggered right away.440b3ef
finds thet_min
for continuous sampling, which reflects the required time for runningtimestamp_mu()
.The
EdgeCounter
just has a counter in gateware to add up the counts, instead of having it as a variable in the kernel, it should not impact timestamp_mu() fromTTLInOut
and the input timestamp reported from the RTIO input events.