Skip to content

Commit 5576193

Browse files
Merge branch 'master' into temp_net_cost_ref
2 parents 9e97e35 + f92efd7 commit 5576193

File tree

3 files changed

+43
-42
lines changed

3 files changed

+43
-42
lines changed

doc/src/vpr/command_line_usage.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -979,15 +979,16 @@ The following options are only valid when the placement engine is in timing-driv
979979

980980
**Default:** ``8.0``
981981

982-
.. option:: --place_delay_model {delta, delta_override}
982+
.. option:: --place_delay_model {simple, delta, delta_override}
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 takes less CPU time to build and it 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)