get_signal_at_time
Retrieve a signal value from a waveform file at a specific time in picoseconds to debug RTL testbench simulation failures.
Instructions
Query a signal value in a waveform file at a specific time in ps. FSDB support depends on fsdb_runtime.enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_ps | Yes | Query time. Accepts an integer (ps), a cursor reference like '@div_3a7c', or a unit literal like '12.34ns'. | |
| wave_path | Yes | ||
| signal_path | Yes | Full hierarchical path, for example top_tb.dut.s_bits. A bare bus name (no [msb:lsb]) is auto-completed when it resolves uniquely (resolved_from echoes the input); an unresolved name raises with a did_you_mean list. |