openroad_place
Places standard cells on a floorplan DEF using RePLace global analytical placement and DPL legalized detailed placement, producing a placed DEF for physical design flow.
Instructions
Performs standard cell global analytical placement (RePLace) and legalized detailed placement (DPL) on a floorplan DEF file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory. | |
| density | No | Target placement density (default: 0.4). | |
| output_def | No | Output placed DEF file path. | |
| timeout_ms | No | Timeout in milliseconds. | |
| top_module | Yes | Name of the top-level module. | |
| floorplan_def | Yes | Floorplan DEF file path. |