get-signal
Retrieve all value changes for a specified signal in a VCD file, with optional start and end timestamps to filter the waveform data.
Instructions
Get all value changes of a signal in a VCD file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | End timestamp (optional) | |
| file_name | Yes | Path to the VCD file | |
| start_time | No | Start timestamp (optional) | |
| signal_name | Yes | Signal name as declared in $var |