run_synthesis
Launch synthesis in Vivado, waiting for completion or submitting asynchronously to retrieve a job ID for progress tracking.
Instructions
启动综合;默认等待完成,也可异步提交后查询状态。
不调用 Tcl wait_on_run(会阻塞 Vivado event loop,GUI 模式冻住界面); wait=True 时 Python 每 2 秒查一次状态并上报进度;wait=False 时立即 返回 job_id,随后用 get_run_progress 查询。
Args: run_name: 综合 run 名称,默认 "synth_1"。 jobs: 并行任务数,默认 4。 timeout_minutes: 超时分钟数,默认 30。 session_id: 目标会话 ID。 wait: True 等待完成并诊断;False 启动后立即返回 job_id。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | No | ||
| wait | No | ||
| run_name | No | synth_1 | |
| session_id | No | default | |
| timeout_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |