run_implementation
Launch Vivado implementation (place and route), waiting for completion by default or returning a job ID for async progress checks.
Instructions
启动实现(布局布线);默认等待完成,也可异步提交。
不调用 Tcl wait_on_run(会阻塞 Vivado event loop,GUI 模式冻住界面); wait=True 时 Python 每 2 秒查一次 STATUS/PROGRESS;wait=False 时立即 返回 job_id,随后用 get_run_progress 查询。
Args: run_name: 实现 run 名称,默认 "impl_1"。 jobs: 并行任务数,默认 4。 timeout_minutes: 超时分钟数,默认 60。 session_id: 目标会话 ID。 wait: True 等待完成并诊断;False 启动后立即返回 job_id。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | No | ||
| wait | No | ||
| run_name | No | impl_1 | |
| session_id | No | default | |
| timeout_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |