Skip to content

Commit 128575a

Browse files
authoredSep 21, 2024
Merge pull request #2736 from verilog-to-routing/vaughnbetz-patch-2
Update command_line_usage.rst --place_delay_model
2 parents 859198c + a3292bb commit 128575a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎doc/src/vpr/command_line_usage.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -983,11 +983,12 @@ The following options are only valid when the placement engine is in timing-driv
983983

984984
Controls how the timing-driven placer estimates delays.
985985

986-
* ``delta`` The router is used to profile delay from various locations in the grid for various differences in position
986+
* ``simple`` The placement delay estimator is built from the router lookahead. This is more CPU-efficient and still as accurate as the ``delta` model.
987+
* ``delta`` The router is used to profile delay from various locations in the grid for various differences in position.
987988
* ``delta_override`` Like ``delta`` but also includes special overrides to ensure effects of direct connects between blocks are accounted for.
988989
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.
989990

990-
**Default:** ``delta``
991+
**Default:** ``simple``
991992

992993
.. option:: --place_delay_model_reducer {min, max, median, arithmean, geomean}
993994

0 commit comments

Comments
 (0)
Please sign in to comment.