Skip to content

Commit

Permalink
Merge pull request verilog-to-routing#2736 from verilog-to-routing/va…
Browse files Browse the repository at this point in the history
…ughnbetz-patch-2

Update command_line_usage.rst --place_delay_model
  • Loading branch information
vaughnbetz authored Sep 21, 2024
2 parents 859198c + a3292bb commit 128575a
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 128575a

Please sign in to comment.