generate_bitstream
Generates a bitstream file after implementation, blocking on critical warnings unless force is enabled.
Instructions
生成比特流文件。在实现完成后执行。
默认启用前置安全检查:检测 CRITICAL WARNING 后阻止生成, 需确认无风险后使用 force=True 跳过检查。
Args: impl_run: 实现 run 名称,默认 "impl_1"。 jobs: 并行任务数,默认 4。 timeout_minutes: 超时分钟数,默认 30。 force: 跳过 CRITICAL WARNING 安全检查,默认 False。 session_id: 目标会话 ID。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | No | ||
| force | No | ||
| impl_run | No | impl_1 | |
| session_id | No | default | |
| timeout_minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |