diff --git a/doc/src/vpr/command_line_usage.rst b/doc/src/vpr/command_line_usage.rst index 9bcf5bd2ac6..ec30c8a1c54 100644 --- a/doc/src/vpr/command_line_usage.rst +++ b/doc/src/vpr/command_line_usage.rst @@ -983,11 +983,12 @@ The following options are only valid when the placement engine is in timing-driv Controls how the timing-driven placer estimates delays. - * ``delta`` The router is used to profile delay from various locations in the grid for various differences in position + * ``simple`` The placement delay estimator is built from the router lookahead. This is more CPU-efficient and still as accurate as the ``delta` model. + * ``delta`` The router is used to profile delay from various locations in the grid for various differences in position. * ``delta_override`` Like ``delta`` but also includes special overrides to ensure effects of direct connects between blocks are accounted for. This is potentially more accurate but is more complex and depending on the architecture (e.g. number of direct connects) may increase place run-time. - **Default:** ``delta`` + **Default:** ``simple`` .. option:: --place_delay_model_reducer {min, max, median, arithmean, geomean}