mcp-vcd

get-signal

Get all instances of a specified signal in a VCD file

Input Schema

NameRequiredDescriptionDefault
end_timeNoEnd timestamp (optional)
file_nameYesName of the VCD file to analyze
signal_nameYesName of the signal to search for
start_timeNoStart timestamp (optional)

Input Schema (JSON Schema)

{ "properties": { "end_time": { "description": "End timestamp (optional)", "type": "integer" }, "file_name": { "description": "Name of the VCD file to analyze", "type": "string" }, "signal_name": { "description": "Name of the signal to search for", "type": "string" }, "start_time": { "description": "Start timestamp (optional)", "type": "integer" } }, "required": [ "file_name", "signal_name" ], "type": "object" }

You must be authenticated.

Other Tools