Skip to content

Commit

Permalink
Update command_line_usage.rst --place_delay_model
Browse files Browse the repository at this point in the history
Explained what the simple model is and that it is now the default.
  • Loading branch information
vaughnbetz authored Sep 21, 2024
1 parent 859198c commit a3292bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/src/vpr/command_line_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit a3292bb

Please sign in to comment.