waver_latency
Calculate propagation delay from signal A to B in FST waveform files, reporting min/max/mean/p50/stddev for edge-to-edge timing.
Instructions
How long from A's edge to B's edge?
Answers "what's the propagation delay from to ?", "how long after 's rising edge does rise?". For every edge of A in [start, end) it finds the first edge of B at or after that moment and reports min/max/mean/p50/stddev over all such pairs, plus the first and last pairs. edge='rise' needs both signals to be binary (0/1); use edge='any' for any change. Times are human-readable or ticks. For one signal's own timing use waver_analyze.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes | ||
| end | No | ||
| edge | No | rise | |
| file | Yes | ||
| start | No | 0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |