run_tcl_command
Execute any TCL command in a persistent Vivado session and get its output. Starts a session automatically if needed.
Instructions
Send an arbitrary TCL command to the persistent Vivado session and return its output. Auto-starts a session if none exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The TCL command to execute in Vivado. | |
| timeout | No | Optional per-command timeout in seconds. |