openroad_route
Performs global and detailed routing on a placed DEF file, outputting a routed DEF and reporting wirelength and DRC violations to complete the routing stage.
Instructions
Performs global routing (FastRoute) and detailed routing on a placed DEF file, reporting wirelength and DRC violation metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional working directory. | |
| output_def | No | Output routed DEF file path. | |
| placed_def | Yes | Placed DEF file path. | |
| timeout_ms | No | Timeout in milliseconds. | |
| top_module | Yes | Name of the top-level module. |