get-signal
Extract specific signal instances from a VCD file by defining the signal name and optional time range. Optimize analysis of large waveform files within the MCP server 'mcp-vcd' context.
Instructions
Get all instances of a specified signal in a VCD file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_time | No | End timestamp (optional) | |
file_name | Yes | Name of the VCD file to analyze | |
signal_name | Yes | Name of the signal to search for | |
start_time | No | Start timestamp (optional) |