waver_find
Find when a signal equals a specified value, returning each held interval with its duration.
Instructions
When was the signal equal to this value?
Answers "when did become ?", "when is the bus in X?",
"when does the FSM enter ?". Int signals take decimal or hex
('0x1f'); string/enum signals match case-insensitively; on logic
vectors 'x' or 'z' matches an all-X/all-Z bus. Returns each interval
the value is held, with its duration, from start onwards. For a
single time point use waver_value_at; for statistics use
waver_analyze.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| limit | No | ||
| start | No | 0 | |
| value | Yes | ||
| signal | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |