Skip to content

Commit d4e9a7c

Browse files
authored
Slightly clarified description of --place_delay_model simple in the docs
1 parent 80f1919 commit d4e9a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ 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-
* ``simple`` The placement delay estimator is built from the router lookahead. This is more CPU-efficient and still as accurate as the ``delta` model.
986+
* ``simple`` The placement delay estimator is built from the router lookahead. This takes less CPU time to build and it and still as accurate as the ``delta` model.
987987
* ``delta`` The router is used to profile delay from various locations in the grid for various differences in position.
988988
* ``delta_override`` Like ``delta`` but also includes special overrides to ensure effects of direct connects between blocks are accounted for.
989989
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.

0 commit comments

Comments
 (0)